Skip to content Skip to sidebar Skip to footer
Showing posts with the label Conda

Conda Environments And .bat Files

I am setting up calls to python (Anaconda distribution) via BAT files and the windows task schedule… Read more Conda Environments And .bat Files

How Can I Fix This Pytorch Error On Windows? (modulenotfounderror: No Module Named 'torch')

Edit: You might want to skip to the end of the question first, I've followed some advice in com… Read more How Can I Fix This Pytorch Error On Windows? (modulenotfounderror: No Module Named 'torch')

Anaconda Did Not Install Packages Openpyxl And Xlrd

After installing a new Python 3.6 environment with pandas, numpy, etc. when I tried to use the foll… Read more Anaconda Did Not Install Packages Openpyxl And Xlrd

Anaconda Environment Won't Activate

I'm on Windows 7 using Anaconda 4.7.10. On a command prompt after I entered Python I saw this:… Read more Anaconda Environment Won't Activate

Module Ggplot Installed But Cannot Be Imported

I installed ggplot for python 2.7 in a Win64 env using conda via the command line: $conda install -… Read more Module Ggplot Installed But Cannot Be Imported

How To Switch Environment On Jupyter Notebook For New Notebook?

I have an instance with various environment and some notebooks are compatible with different enviro… Read more How To Switch Environment On Jupyter Notebook For New Notebook?

Conda 'source Deactivate' Produces Error: Too Many Arguments

I'm trying to test out creating virtual envs through conda create on OS X. It's my first re… Read more Conda 'source Deactivate' Produces Error: Too Many Arguments

Conda - Installing Tensorflow From A .whl File Behind A Firewall

I have got an Anaconda3 with Python 3.6 (Spyder) environments, trying to install tensorflow, howeve… Read more Conda - Installing Tensorflow From A .whl File Behind A Firewall