Velvet Star Monitor

Standout celebrity highlights with iconic style.

updates

Questions tagged [pip]

Writer Matthew Harrington
Ask Question

Questions regarding the use of pip, a package installer for Python.

212 questions with no upvoted or accepted answers
5 votes 0 answers 4k views

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: ... user avatar Arnav Borborah
  • 151
4 votes 1 answer 5k views

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 ... user avatar ved
  • 141
4 votes 0 answers 2k views

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 ... user avatar Leutra
  • 41
4 votes 2 answers 3k views

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 ... user avatar user2729002
  • 41
3 votes 3 answers 3k views

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 ... user avatar Ali
  • 31
3 votes 0 answers 1k views

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 '... user avatar newbie
  • 119
3 votes 0 answers 342 views

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 /... user avatar Hyrial
  • 131
3 votes 1 answer 571 views

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, ... user avatar Junior De Jesus
  • 41
3 votes 0 answers 284 views

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 ... user avatar yukashima huksay
  • 849
3 votes 0 answers 6k views

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 ... user avatar suze1992
  • 63
2 votes 1 answer 2k views

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. ... user avatar ellie_arroway
  • 21
2 votes 1 answer 5k views

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 ... user avatar Gopesh Khandelwal
  • 21
2 votes 1 answer 1k views

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 ... user avatar pete
  • 121
2 votes 0 answers 1k views

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 ... user avatar Corey
  • 121
2 votes 1 answer 927 views

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 ... user avatar Geng Jiawen
  • 121

15 30 50 per page1234515