Questions tagged [pip]
Matthew Harrington
Ask Question
Questions regarding the use of pip, a package installer for Python.
212 questions with no upvoted or accepted answers- Bountied 0
- Unanswered
- Frequent
- Score
- Unanswered (my tags)
How do I use pip with Python 3.6 on Ubuntu 14.04?
I am trying to install Python 3.6 as per this answer, but I seem to be having troubles. My system is the following (it's on c9.io): $ lsb_release -a No LSB modules are available. Distributor ID: ... 14.04 apt software-installation pip- 151
Unable to locate package with apt-get remove
I'm trying to remove pip (because I have pip3). I did sudo apt-get remove --purge pip, and get Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to ... apt uninstall pip windows-subsystem-for-linux- 141
How to run Python program installed system-wide through pip without root privileges?
I have two different Ubuntu computers that both has multiple user accounts. I wanted to try the latest version of the backup program Attic, so I used pip3 to install it—with success. However, I can’t ... permissions python pip- 41
pip3 crashing with ImportError
I used Python v3.5 to code in with the tensorflow package. Now I tried to upgrade to the newest version and pip3 crashed all the time with following error when I just run pip3: Traceback (most recent ... python 16.10 pip- 41
pip3 is unable to create virtual environment on Ubuntu 20.04 LTS on Windows 10 because ensurepip is not available
I was working with virtual environments with Ubuntu 18.04 LTS but I uninstalled it and installed Ubuntu 20.04 LTS on windows 10, but now when I create venv then error is The virtual environment was ... python3 20.04 pip- 31
How to install python distutils
I am running ubuntu 20.04 with python 3.8, 3.7, and 3.6 installed. I am trying to install some packages using pip on 3.7 and 3.6 versions using 'python3.7 -m pip install package' but I am getting '... package-management python python3 20.04 pip- 119
Multiple python3 versions in /usr/lib/ and other places: python3, python3.7, python3.8
I have multiple python3 versions that are causing problems. See here: Problems with upgrading pip How can I delete all the versions except 3.8? Edit: $ which python python2 python3 pip pip2 pip3 /... apt python python3 pip- 131
pip3 didn't work
When I try to install a package using pip3 (pip3 install tensorflow) I get this message: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/pip/_vendor/__init__.py", line 33, ... python3 pip- 41
Can't get autokey to work
After installing autokey I tried to run it by: autokey-gtk But I got: Traceback (most recent call last): File "/usr/local/bin/autokey-gtk", line 20, in <module> from autokey.gtkapp ... apt python pip dbus autokey- 849
pip not working error: TypeError: unsupported operand type(s) for -=: 'Retry' and 'int'
I need to install at root using pip. I don't want to use virtualenv because I want to instal 'qiime' for any users of the system. e.g. sudo pip install qiime but pip gives me the errors below. I get ... pip- 63
Successful installation of module using pip3, but module not found when try to import in python
I am a bit new to using the command line, so I apologize if this question is rather basic. I believe a have installed a module called lmfit using pip3 install lmfit and it says this was successful. ... command-line python pip- 21
Ubuntu 20.04 LTS : Whatever I am installing using pip3, it is giving a warning saying, add /home/username/.local/bin to path
I am asking this question because I was facing the same issue and could not find a complete solution so here it is. Steps to follow : 1. Open Files app, go to home. 2. Open .bashrc file using text ... bashrc pip 20.04- 21
What is the difference between using pip from the deadsnakes or apt install python-pip
A few days ago I was installing a development environment for django on ubuntu 18.04. However when I installed pip a question came up. What is the difference between using pip from the deadsnakes ... 18.04 python pip- 121
Why is pip unable to install packages?
I'm trying to install this list of packages: tensorflow-gpu umap-learn visdom webrtcvad librosa>=0.5.1 matplotlib>=2.0.2 numpy>=1.14.0 scipy>=1.0.0 tqdm sounddevice Unidecode inflect PyQt5 ... python pip- 121
Why does pip not install the latest CMake on Ubuntu
As you can see on this is not the latest version. On Windows, it's work as expected. Is it a bug or something? root@85acafdb63d3 /app# pip3 install cmake Collecting ... software-installation python pip cmake- 121
15 30 50 per page12345…15 Next