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

How To Install Packages Into Specific Virtualenv Created By Conda

I want to install python packages after virtualenv is created by conda. But I got the following err… Read more How To Install Packages Into Specific Virtualenv Created By Conda

Conda Update On Windows 7 Failing With Import Error Of Yaml

On Win7 64 bit, with Anaconda 1.7, when I go to the command prompt and try: conda update conda I g… Read more Conda Update On Windows 7 Failing With Import Error Of Yaml

Anaconda Import Packages From Another Environment

I imported an anaconda environment from another machine. I want to install the packages from import… Read more Anaconda Import Packages From Another Environment

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?

Installing Opencv In Anaconda3 - Python.h: No Such File Or Directory

I'm trying to build opencv 3.1.0 for my anaconda3 installation and my build is failing at: [ 94… Read more Installing Opencv In Anaconda3 - Python.h: No Such File Or Directory

How To Read A .py File After I Install Anaconda?

I have installed Anaconda, but I do not know how to open a .py file.. If it is possible, please exp… Read more How To Read A .py File After I Install Anaconda?