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

Conda Not Working Correctly With Fish Shell

When using conda environments inside the fish shell on macOS, python still points to system python … Read more Conda Not Working Correctly With Fish Shell

"warning Conda.gateways.disk:exp_backoff_fn(47): Uncaught Backoff With Errno 41" During "conda Install"

Starting today I get a lot of WARNING conda.gateways.disk:exp_backoff_fn(47): Uncaught backoff wi… Read more "warning Conda.gateways.disk:exp_backoff_fn(47): Uncaught Backoff With Errno 41" During "conda Install"

How Can I Install A Particular Version Of A Conda Package?

I am trying to install the v2.7.0 of the eccodes package. But this is not working: conda install -c… Read more How Can I Install A Particular Version Of A Conda Package?

Conda Activate/deactivate Environment Breaking Path

I am finding that when I create a Conda environment source activate environment and then deactivate… Read more Conda Activate/deactivate Environment Breaking Path

How To Use Conda/pip Install To Install Packages Behind A Corporate Proxy?

In R I can use install.packages('pkgName') to install a new package no problems. But when … Read more How To Use Conda/pip Install To Install Packages Behind A Corporate Proxy?

Conda Skeleton Pypi: Modulenotfounderror: No Module Named 'numpy'

I'm trying to create a conda package from a package I've uploaded to PyPI, by following thi… Read more Conda Skeleton Pypi: Modulenotfounderror: No Module Named 'numpy'

What's The Difference Between Anaconda2/lib/site-packages/ And Anaconda2/pkgs/?

I have the latest anaconda2 installed. I found the same packages exist in both anaconda2/Lib/site-p… Read more What's The Difference Between Anaconda2/lib/site-packages/ And Anaconda2/pkgs/?

Conda Python Isn't Using The Numpy Version I Try Install If I Also Specify That It Should Use Python 2

I am trying to use condas to install an environment that uses python 2.7 and numpy version 1.10 I t… Read more Conda Python Isn't Using The Numpy Version I Try Install If I Also Specify That It Should Use Python 2

Symbol Not Found _pybytearray_type In So When Running Uwsgi

When following the quickstart UWSGI guide and attempting to start the server, the following error o… Read more Symbol Not Found _pybytearray_type In So When Running Uwsgi

How To Build Libraries Via Conda On Colab.research?

So I want to use python-occ library. It requires conda-forge to be build. I try to install it in ba… Read more How To Build Libraries Via Conda On Colab.research?

Unable To Install Opencv 3.2 In Anaconda 4.3

Tried the following steps conda install -c menpo opencv3=3.2.0 .. Fetching package metadata....An… Read more Unable To Install Opencv 3.2 In Anaconda 4.3

Wrong Pip Version For Anaconda's Environments. What Should I Do To Correct The Pip Version When Activate A Env Using `conda Activate`?

I have 4 envs in my anaconda as listed below. >>> conda info --envs base … Read more Wrong Pip Version For Anaconda's Environments. What Should I Do To Correct The Pip Version When Activate A Env Using `conda Activate`?