Top "Pypi" questions

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

How can I make setuptools install a package that's not on PyPI?

I've just started working with setuptools and virtualenv. My package requires the latest python-gearman that is only available from GitHub. …

python setuptools distutils pypi
How do I automatically install missing python modules?

I would like to be able to write: try: import foo except ImportError: install_the_module("foo") What is the …

python module pypi
Install py2exe for python 2.7 over pip: this package requires Python 3.3 or later

>>> python -c "import sys; print sys.version" 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit (Intel)] >>> pip …

python python-2.7 pip py2exe pypi
I cannot install mysql-connector-python using pip

I am trying to install mysql-connector-python==1.0.12 as part of my project's automated installation, and I get the following error from …

pip pypi mysql-connector-python
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
How to run pip of different version of python using python command?

I'm now currently using Python on ubuntu 15.10 But in my OS, I have many different python version installed: Python (2.7.9) Python3 (3.4.3) …

python python-3.x pip pypi pypy
how to create local own pypi repository index without mirror?

We have several own python packages and want to create local pypi repository for them using simple interface like https://…

python pip pypi
How to install PyPi packages using anaconda conda command

When using the Anacoda Python distribution, what is the best way to install a PyPi package that isn't available directly …

python pip anaconda pypi conda
Difference between pip install options "ignore-installed" and "force-reinstall"

There are two pip install options related to reinstalling the packages, which are --ignore-installed and --force-reinstall. These two options described …

python pip pypi
pip, proxy authentication and "Not supported proxy scheme"

Trying to install pip on a new python installation. I am stuck with proxy errors. Looks like a bug in …

python pip urllib pypi urllib3