Top "Pypi" questions

The Python Package Index (PyPI) is a repository of software for the Python programming language.

Installing specific package versions with pip

I'm trying to install version 1.2.2 of the MySQL_python adaptor, using a fresh virtualenv created with the --no-site-packages option. The …

python mysql pip pypi mysql-python
What is setup.py?

Can anyone please explain what setup.py is and how it can be configured or used?

python python-3.x setup.py pypi python-packaging
python setup.py uninstall

I have installed a python package with python setup.py install. How do I uninstall it?

python setup.py pypi
Find all packages installed with easy_install/pip?

Is there a way to find all Python PyPI packages that were installed with easy_install or pip? I mean, …

python pip easy-install pypi
Why is python setup.py saying invalid command 'bdist_wheel' on Travis CI?

My Python package has a setup.py which builds fine locally on Ubuntu Trusty and on a fresh Vagrant Ubuntu …

python travis-ci setup.py pypi
Installing python module within code

I need to install a package from PyPi straight within my script. Maybe there's some module or distutils (distribute, pip …

python pip python-module pypi
Why use pip over easy_install?

A tweet reads: Don't use easy_install, unless you like stabbing yourself in the face. Use pip. Why use pip …

python pip setuptools easy-install pypi
'pip install' fails for every package ("Could not find a version that satisfies the requirement")

pip install <package name> is failing for every package for me. This is what I get: Could not …

python pip pypi
pypi UserWarning: Unknown distribution option: 'install_requires'

Does anybody encounter this warning when executing python setup.py install of a PyPI package? install_requires defines what the …

python distutils pypi
PIP Could not find any downloads that satisfy the requirement SQLAlchemy

Ubuntu 12.04 Apache 2.2.22 pip has stopped working on my ubuntu server and gives the below error when I try to download …

ubuntu proxy ubuntu-12.04 pip pypi