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
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
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
I used pip install zipfile, and error went out: Could not find a version that satisfies the requirement zipfile (from versions: ) No matching distribution
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
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
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.
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 -
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
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
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
When performing pip install -r requirements.txt, I get the following error during the stage where it is installing matplotlib: REQUIRED DEPENDENCIES AND EXTENS
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
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
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
pip install xmlsec commands throws the below error. ERROR: Command errored out with exit status 1: command: /home/xxx/PycharmProjects/saml_impl/saml_impl/ven
I'm trying to install pip3, but I'm not having any luck. Also, I tried sudo install and it did not work. How could I install pip3 on my Mac? sudo easy_install p
I recently upgraded from Ubuntu 17.04 to 17.10 in order to be able receive the patches for meltdown. This upgrade automatically bumped me from python3.5 to pyth
I am using a virtualenv. I have fabric installed, with pip. But a pip freeze does not give any hint about that. The package is there, in my virtualenv, but pip
I am working on a python package as a developer. The package is stored in a git repo and I use a local branch to debug/fix this package. I use Jupyter notebooks