Top "Easy-install" questions

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

How do I point easy_install to vcvarsall.bat?

I already have MSVC++ 2010 Express installed, and my vcvarsall.bat file is at C:\Program Files\Microsoft Visual Studio 10.0\VC, …

python distutils easy-install visual-studio-2010
How to install pip for python 2.6?

I tried following the instructions from this answer but easy_install-2.6 could not find pip: >sudo easy_install-2.6 pip …

python pip easy-install
Unable to use easy_install to install Python modules

I am trying to use easy_install to install a module called requests by doing easy_install requests This worked …

python module installation setuptools easy-install
Installing pip using easy_install

I don't have root access and i want to install python from scratch. So I downloaded the python source code …

python pip easy-install
Why can't easy_install find MySQLdb?

This is what I tried: $ easy_install-2.6 -d /home/user/lib/python2.6 MySQLdb Searching for MySQLdb Reading http://pypi.python.…

python mysql easy-install
easy_install lxml on Python 2.7 on Windows

I'm using python 2.7 on Windows. How come the following error occurs when I try to install [lxml][1] using [setuptools][2]'s …

python lxml python-2.7 setuptools easy-install
Problems with python easy install

I have a problem using easy_install for matplotlib-venn. I'm on a windows computer using python2.7. I'm suspecting the path …

python python-2.7 matplotlib easy-install matplotlib-venn
pip/easy_install failure: failed to create process

After following this article: How do I install pip on Windows? on my Windows system using Enthought Canopy 64 Bit system, …

python pip easy-install
Unable to install pip: Permission denied error

I am trying to install pip but currently unable to. I navigate to the pip folder and python setup.py …

python easy-install egg pypi
Bypass confirmation prompt for pip uninstall

I'm trying to uninstall all django packages in my superuser environment to ensure that all my webapp dependencies are installed …

python django module pip easy-install