Category "pip"

Can pip (python2) and pip3 (python3) coexist?

I always thought that pip was for Python 2 and pip3 was for Python 3. To install the different versions of pip I have done the following: sudo apt-get install

How to install a .zip package via requirements.txt?

I've got URL similar tohttps://github.com/me/my-project/archive/master.zip During development, I was able to install it with: pip install https://github.com/m

pip install ecapture Failed to build scikit-image

Hi i want to install pip install ecapture, the install fails. i have scratched my head and i cant see the angle around it issue, i wanted to see if there was an

Provide a path to gdal-config using a GDAL_CONFIG environment variable error while attempting to install Fiona

This is the error I receive: A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VE

pip - No module named 'pip' even after successful installation

I am trying to install pip on my Windows 10 system. I got the get-pip.py file and ran the command python get-pip.py Here's a snapshot of the terminal $ pyth

Getting strange error from pip-pypy when trying to install PySide

I'm using PyPy as my Python implementation, and thus, I installed pip-pypy (I'm on Arch). I then tried the following command: pip-pypy install PySide This fa

Where can I find an official source for one-liner command line tools available through pip install?

More specifically, I have been using speedtest-cli in Windows PowerShell. I was able to get this tool by using "pip install speedtest-cli". This tool tests my u

pip upgrade uninstalled itself

I used pip today for the first time in a while and I got the helpful message You are using pip version 8.1.1, however version 9.0.1 is available. You shou

Could not find a version that satisfies the requirement zipfile (from versions: )

I used pip install zipfile, and error went out: Could not find a version that satisfies the requirement zipfile (from versions: ) No matching distribution

How to install python package in Anaconda environment when there is no channel installer

I use Anaconda to manage my python environments. Based on the answer here, I try to stick to one channel in each environment. I want to install Beampy. Based on

ModuleNotFoundError: No module named 'telegram' after pip install

After running pip install python-telegram-bot, I'm getting this error that the 'telegram' module is not found. Under pip list I see that my python-telegram-bot

pip upgrade issue using python -m pip install --upgrade pip

Recently, I've been trying to upgrade my pip using the following command: python -m pip install --upgrade pip the process goes as follows: Downloading pip-21.0.

'bz2 is module not available' when installing Pandas with pip in python virtual environment

I am going through this post Numpy, Scipy, and Pandas - Oh My!, installing some python packages, but got stuck at the line for installing Pandas: pip install -

PermissionError: [WinError 32] when importing the requests module

When I run the command import requests, I get this: Traceback (most recent call last): File "C:\Users\user1\AppData\Local\Programs\Python\Python310\lib\import

What is the difference between pyenv, virtualenv, anaconda?

I am a ruby programmer trying to learn python. I am pretty familiar with pyenv since it is like a copy and paste from rbenv. Pyenv helps allow to have more than

Can't install Levenshtein distance package on Windows Python 3.5

I need to install python Levenshtein distance package in order to use this library. Unfortunately, I am not able to install it succesfully. I usually install li

Ubuntu running `pip install` gives error 'The following required packages can not be built: * freetype'

When performing pip install -r requirements.txt, I get the following error during the stage where it is installing matplotlib: REQUIRED DEPENDENCIES AND EXTENS

Issue with activating virtualenv

I installed python environment by means of commands: SYS_INSTALL="apt-get install -y" PIP_INSTALL="pip install" # Be sure to install setuptools before pip to

setup.cfg declaring console_scripts errors with "Entry points must be listed in groups"

I'm trying to configure setuptools to create a console entry point for my package, following the docs, and ending up with the following config: [options.entry_p

ERROR: Could not find a version that satisfies the requirement cv2 (from versions: none) ERROR: No matching distribution found for cv2

Hi my problem is that whenever i try to install a package (cv2)/(pip install cv2) it show an error as the title shows my code is a python code using opencv plea