Top "Pip" questions

Use for questions about the Python package installer

How to install packages offline?

What's the best way to download a python package and it's dependencies from pypi for offline installation on another machine? …

python pip freebsd easy-install python-requests
How to know the version of pip itself

Which shell command gives me the actual version of pip I am using? pip gives with pip show all version …

python pip
How to get pip to work behind a proxy server

I am trying to use python package manager pip to install a package and it's dependencies from the internet. However …

python proxy pip
Windows Scipy Install: No Lapack/Blas Resources Found

I am trying to install python and a series of packages onto a 64bit windows 7 desktop. I have installed Python 3.4, …

python windows python-3.x numpy pip
How to install requests module in Python 3.4, instead of 2.7

I have both Python 2.7 and 3.4 installed on my Ubuntu 14.04 machine. I want to install the 'requests' module so it is …

python-3.x pip python-requests
How to manually install a pypi module without pip/easy_install?

I want to use the gntp module to display toaster-like notifications for a C/C++ software. I want to package …

python installation pip growl
pip connection failure: cannot fetch index base URL http://pypi.python.org/simple/

I run sudo pip install git-review, and get the following messages: Downloading/unpacking git-review Cannot fetch index base URL http://…

python git ubuntu pip git-review
After installing with pip, "jupyter: command not found"

After installing with pip install jupyter, terminal still cannot find jupyter notebook. Ubuntu simply says command not found. Similar with …

ubuntu pip jupyter-notebook jupyter
pip is not able to install packages correctly: Permission denied error

I am trying to install lxml to install scrapy on my Mac (v 10.9.4) ╭─[email protected] ~ ╰─➤ pip install lxml Downloading/…

python macos scrapy pip lxml
How to install pip for Python 3 on Mac OS X?

OS X (Mavericks) has Python 2.7 stock installed. But I do all my own personal Python stuff with 3.3. I just flushed …

python macos python-3.x pip python-3.3