Category "pip"

pip install ecapture creates an error. How do I solve this?

I cannot install ecapture 0.1.8 Python version: 3.9.6 pip: 21.2.2 I am using Windows 10 I typed pip install ecapture and got a whole bunch of collecting and ins

Pipenv: Command Not Found

I'm new to Python development and attempting to use pipenv. I ran the command pip install pipenv, which ran successfully: ... Successfully built pipenv pathlib

ERROR: Could not install packages due to an OSError: [WinError 5] [duplicate]

i was trying to install tensorflow-gpu on my pycharm (pip install tensorflow-gpu), but unfortunately im getting a Error Message. How can i ins

Offline installation of dependent python modules without PIP

Edit: This is not a duplicate of Python offline package installation as the answer require 'pip' to be present. My premise is when 'pip' is not available. My p

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