Skip to main content

Questions tagged [pip]

pip is a tool for installing and managing Python packages

0 votes
1 answer
76 views

What's the equivalent of python3 -m pip install on modern debian-alikes?

I'm currently trying to do an install of changedetection.io with playwright. I don't want to do the docker install since the rest of my environment is using incus. The instructions given are for ...
Journeyman Geek's user avatar
  • 130k
0 votes
0 answers
22 views

Can't install volumentations on google collab

I am relatively new here. I have a very limited dataset of 3d-images that i want to use as a dataset to train a neural network. This is why i am trying to augment those images . I see that ...
Diana Tsvetkova's user avatar
-2 votes
1 answer
25 views

Why does "pip" install packages in the wrong site-packages directory?

Running MacOS. I was running python 3.9, and upgraded to the latest Python distro (3.12.3). When I went to install the spellchecker package, pip installed it in /Applications/anaconda3/lib/python3.9/...
Tom Bishop's user avatar
0 votes
0 answers
23 views

How to do a "regular" pip installation from a wheel file

When I do a pip freeze, most of the output looks like this: addict==2.4.0 aiohttp==3.9.1 aiosignal==1.3.1 asgiref==3.7.2 astroid==3.0.2 async-timeout==4.0.3 attrdict==2.0.1 However, there is one ...
John Gordon's user avatar
1 vote
1 answer
628 views

How to run an application installed via pip?

I've used pip before to install libraries to use them in my python scripts. Now I've installed ranger-fm from pip. Silly question: how do I run it? I did not expect to run it by simply entering '...
user1785730's user avatar
1 vote
1 answer
98 views

How to call ifcconvert from the terminal

I want to convert icf files to objs, to that effect I want to use this tool: https://ifcopenshell.org/downloads.html I installed it through python like this: pip install ifcopenshell However, I am ...
Makogan's user avatar
  • 157
-1 votes
1 answer
129 views

Installing micropython gone wrong

I am trying to install MicroPython on my computer for microprocessor programming. I used this instruction pip install esptool then the cmd printed out this error: Using cached esptool-4.6.2.tar.gz (...
Root Groves's user avatar
0 votes
1 answer
246 views

Can't use pipenv after adding to $PATH

I'm using a Linux box on which I don't have sudo privileges. I have python and pip installed. I've run pip3 install --user pipenv, and confirmed that ~/.local/bin/pipenv exists. I then added PATH=~/...
Frank Harris's user avatar
0 votes
0 answers
42 views

virtualenv and pip version inside

I installed fresh Ubuntu 20.04 (which I believe comes with python3.8) and then additionally installed: sudo apt install python3.9 sudo apt install python3.9-dev sudo apt install python3-pip I want to ...
Piotr's user avatar
  • 101
3 votes
1 answer
2k views

How to use pipx install -r?

I was really wondering how can I use the pipx install -r requirements.txt like we do using pip? Is there an alternative to that? When I was using it, it shows: [xyro@arch terra]$ pipx install -r ...
xyro's user avatar
  • 31
0 votes
1 answer
1k views

Error: Externally managed Environment,PIP

I am having this error while installing a package using PIP, How to fix it? [xyro@arch ~]$ pip install flask error: externally-managed-environment × This environment is externally managed ╰─> To ...
xyro's user avatar
  • 31
1 vote
1 answer
478 views

How to make Anaconda pip as the default pip

My Python 3 pip is messing up. Apparently I have a non-conda pip as the default pip but conda python is my default python (as below), which is messing up with package installations: >which -a pip /...
Tina J's user avatar
  • 539
0 votes
1 answer
2k views

How to upgrade pip3 on Debian 12 (Bookworm)?

The pip3 binary on my freshly upgraded Debian 12 still isn't new enough to support flags --json and --include-injected, which I need to be able to use ansible module community.general.pipx. The old-...
Petr's user avatar
  • 3,173
0 votes
0 answers
40 views

does installing Flask python package within PyCharm create duplicate entries on my hard drive?

This is basically a question on how Install really works with Pip and Python, i.e. what physically happens when you "Install a package" I assume when I use pip to install flask from my ...
Cool Pontiac's user avatar
4 votes
1 answer
1k views

No module named yum when working on RHEL 8

Since our application works with python2, we needed to move to RHEL 8 After we installed python2 on RHEL 8 machine, we see the following: rpm -qa | grep python2 python2-pip-9.0.3-19.module+el8.6.0+...
King David's user avatar

15 30 50 per page
1
2 3 4 5
21