Using Pip to install packages to Anaconda Environment
conda 4.2.13
MacOSX 10.12.1
conda 4.2.13
MacOSX 10.12.1
I am having issues installing PyAudio and portaudio.
Whenever I am trying to install any package using pip, I am getting this import error:
I am trying to install python and a series of packages onto a 64bit windows 7 desktop. I have installed Python 3.4, have Microsoft Visual Studio C++ installed, and have successfully installed numpy, pandas and a few others. I am getting the following error when trying to install scipy;
From pip install --help:
I would like to install scipy-0.15.1-cp33-none-win_amd64.whl that I have saved to the local drive. I am using:
I’ve noticed that normally when packages are installed using various package managers (for python), they are installed in /home/user/anaconda3/envs/env_name/ on conda and in /home/user/anaconda3/envs/env_name/lib/python3.6/lib-packages/ using pip on conda.
I’m a bit miffed by the python package installation process. Specifically, what’s the difference between packages installed in the dist-packages directory and the site-packages directory?
I have installed pip for python 3.6 on Ubuntu 14. After I run