Top "Easy-install" questions

EasyInstall is a package manager that provides a standard format to distribute Python programs and libraries.

How to use easy_install behind a http proxy on windows?

When I use the command: easy_install spotter to install the spotter package, I got the following error message Searching …

python proxy easy-install
how to run easy_install using a particular python version

I have 3 python versions, I want to easy_install Orange using the second version. How can I do this? Unnecessary …

python easy-install orange
PIP install "error: package directory 'X' does not exist"

I am trying to install this package via PIP. It gives me the following error: error: package directory 'RTbatch' does …

python pip packaging easy-install
easy_install pip == [Errno 8] nodename nor servname provided, or not known

I have troubles installing pip for python 2.7.3 installed via pythonbrew: pythonbrew update --master pythonbrew install 2.7.3 --force This fails on the …

python pip easy-install
How to install libxml2 in virtualenv?

I have virtualenv with --no-site-packages option. I'm using scrapy in it. Scrapy uses libxml2 by import libxml2. How to install …

virtualenv easy-install pip scrapy
pip install test dependencies for tox from setup.py

I made my project with setuptools and I want to test it with tox. I listed dependencies in a variable …

python pip setuptools easy-install tox
ImportError: No module named distutils

Attempt to install psutils resulted a big headache... $ python -V Python 2.4.2 $ cat /etc/SuSE-release SUSE Linux Enterprise Server 10 (x86_64) VERSION = 10 …

python distutils easy-install
Installing pip on macOS does not work (anymore)

I followed online instructions on how to install pip on macOS (for example this, this, and this). I all seems …

python macos pip easy-install
Where does easy_install install things?

I want to install sphinx, and the website says to use: easy_install -U Sphinx What will happen when I …

python easy-install
Permission denied when trying to install easy_install on OSX

I'm trying to install easy_install and, well... see for yourself: sh setuptools-0.6c11-py2.6.egg Processing setuptools-0.6c11-py2.6.…

python macos installation easy-install