Top "Pip" questions

Use for questions about the Python package installer

Conda version pip install -r requirements.txt --target ./lib

What is the conda version of this? pip install -r requirements.txt --target ./lib I've found these commands: while read …

pip installation anaconda virtualenv conda
How to install Openpyxl with pip

I have windows 10 (64 bit). I want to utilize the Openpyxl package to start learning how to interact with excel and …

python python-3.x pip openpyxl
How to Install pip for python 3.7 on Ubuntu 18?

EDIT 18/02: Since I still don't have a solution, I'm updating with what I know so far. I've installed python 3.7 successfully. …

python ubuntu pip
Reference requirements.txt for the install_requires kwarg in setuptools setup.py file

I have a requirements.txt file that I'm using with Travis-CI. It seems silly to duplicate the requirements in both …

python pip setuptools requirements.txt
How to fix Python Numpy/Pandas installation?

I would like to install Python Pandas library (0.8.1) on Mac OS X 10.6.8. This library needs Numpy>=1.6. I tried this $ …

python numpy pip pandas easy-install
How do I install Python packages in Google's Colab?

In a project, I have e.g. two different packages, How can I use the setup.py to install these …

python pip jupyter-notebook google-colaboratory setup.py
How to use Python's pip to download and keep the zipped files for a package?

If I want to use the pip command to download a package (and its dependencies), but keep all of the …

python download pip zip
OSX El Capitan: sudo pip install OSError: [Errno: 1] Operation not permitted

When I run: sudo pip install ipython I get the following error OSError: [Errno: 1] Operation not permitted: '/System/Library/…

pip ipython failed-installation osx-elcapitan
Tensorflow installation error: not a supported wheel on this platform

when I try to install tensorflow by cloning from git, I run into the error "no module named copyreg," so …

installation pip python-wheel tensorflow
Conda uninstall one package and one package only

When I try to uninstall pandas from my conda virtual env, I see that it tries to uninstall more packages …

python pip anaconda conda