Top "Pip" questions

Use for questions about the Python package installer

How to install Python package from GitHub?

I want to use a new feature of httpie. This feature is in the github repo https://github.com/jkbr/…

python pip
pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available

I am using Python3.6, when I try to install "modules" using pip3, I am facing the below mentioned issue "pip …

python pip pexpect
ImportError: No module named tensorflow

Please help me with this error I have installed the tensorflow module on my server and below is it's information 15…

python module installation tensorflow pip
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
Python: How to pip install opencv2 with specific version 2.4.9?

I know that I could pip install opencv-python which installs opencv3, but is there a separate command or name for …

python opencv pip package
How to install PIP on Python 3.6?

I'm trying to Install PIP for python 3.6 and I've looked over YouTube for tutorials but all of them seem to …

python pip
"ssl module in Python is not available" when installing package with pip3

I've install Python 3.4 and Python 3.6 on my local machine successfully, but am unable to install packages with pip3. When I …

python ssl pip
How can I add the sqlite3 module to Python?

Can someone tell me how to install the sqlite3 module alongside the most recent version of Python? I am using …

python sqlite pip
Python and pip, list all versions of a package that's available?

Given the name of a Python package that can be installed with pip, is there any way to find out …

python pip
install beautiful soup using pip

I am trying to install BeautifulSoup using pip in Python 2.7. I keep getting an error message, and can't understand why. …

python python-2.7 beautifulsoup pip