Top "Pip" questions

Use for questions about the Python package installer

How to pip or easy_install tkinter on Windows

My Idle is throwing errors that and says tkinter can't be imported. Is there a simple way to install tkinter …

python python-2.7 tkinter pip easy-install
pg_config executable not found

I am having trouble installing psycopg2. I get the following error when I try to pip install psycopg2: Error: pg_…

python pip psycopg2
Why does "pip install" inside Python raise a SyntaxError?

I'm trying to use pip to install a package. I try to run pip install from the Python shell, but …

python pip installation
How do I install the yaml package for Python?

I have a Python program that uses YAML. I attempted to install it on a new server using pip install …

python python-2.7 yaml pip pyyaml
Dealing with multiple Python versions and PIP?

Is there any way to make pip play well with multiple versions of Python? For example, I want to use …

python pip
pip install mysql-python fails with EnvironmentError: mysql_config not found

This is the error I get (mysite)zjm1126@zjm1126-G41MT-S2:~/zjm_test/mysite$ pip install mysql-python Downloading/unpacking mysql-python …

python pip mysql-python
Removing pip's cache?

I need to install psycopg2 v2.4.1 specifically. I accidentally did: pip install psycopg2 Instead of: pip install psycopg2==2.4.1 That installs 2.4.4 …

python pip
How to install Python MySQLdb module using pip?

How can I install the MySQLdb module for Python using pip?

python mysql pip
Install a Python package into a different directory using pip?

I know the obvious answer is to use virtualenv and virtualenvwrapper, but for various reasons I can't/don't want to …

python pip
setup script exited with error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

When I try to install odoo-server, I got the following error: error: Setup script exited with error: command 'x86_64-linux-gnu-gcc' …

python gcc pip odoo-server