python pip install psycopg2 install error
I did a simple pip install psycopg2 on mac system. It installed fine, but when I try to use psycopg2 I get the error:
I did a simple pip install psycopg2 on mac system. It installed fine, but when I try to use psycopg2 I get the error:
I can’t seem to use sudo pip install correctly so that it installs into the following directory:
I’m working with fabric(0.9.4)+pip(0.8.2) and I need to install some python modules for multiple servers. All servers have old version of setuptools (0.6c8) which needs to be upgraded for pymongo module. Pymongo requires setuptools>=0.6c9.
I installed Pillow, and after I want to do:
I tried to install Scrapy for Python 2.7.8 (anaconda 2.1.0) 32-bit using pip install scrapy And I got this error error: Microsoft Visual C++ 10.0 is required (Unable to find vcvarsall.bat). I have followed the solutions found in these stackover flow questions. Nothing worked. Microsoft Visual C++ Compiler for Python 2.7 Can’t find vcvarsall.bat file … Read more
I activated a virtualenv which has pip installed. I did
I am not able to install any Python libraries. I am using pip 9.0.1 and python 2.7. I am getting the following error:
I am installing packages from requirements.txt
So I have this little problem. When I try to install PyGame for Python 3.4 I download a .whl (wheel?) file and don’t know how to use it. Some guys told me something about pip but don’t know how to use/install it.
I’ve installed and have been using the Anaconda Python distribution, and I have started using the Anaconda (Conda) environment. I can use the standard conda install... command to put packages from the distribution into my environments, but to use anything outside (i.e. Flask-WTF, flask-sqlalchemy, and alembic) I need to use pip install in the active environment. However, when I look at the contents of the environment, either in the directory, or using conda list these pip installed packages don’t show up.