Skip to main content

Questions tagged [pip]

pip is a Python package installer

-1 votes
1 answer
64 views

How can I install pip on FreeBSD?

I was trying to install python and pip on my FreeBSD 15.0 server. It seems like I've successfully installed python. Now I have both Python3.9 and Python 3.11. However, I can't find and package called &...
Gordon Zhang's user avatar
0 votes
1 answer
28 views

Python package installation using pip

I use Python both from Jupyter Notebook as well as directly from the terminal. My Python version is 3.10.12. I install packages both from the terminal (using pip install <package-name>) as well ...
Doi's user avatar
  • 23
0 votes
1 answer
90 views

How do I install a pip package on a machine without Internet access?

I'm working on a Linux machine without (direct) Internet access. I want to pip install foo for some pypi package foo, but - obviously, that won't work. I have, of course, other machines which are ...
einpoklum's user avatar
  • 9,653
0 votes
0 answers
19 views

Get fullname of downloaded Python wheel, without merely watching the filesystem

My script downloads a "continuum-transfunctioner" wheel from a pypi server as follows: python3 -m pip download continuum-transfunctioner -i https://pypi.acme.com:8080/simple --no-...
Olumide's user avatar
  • 177
0 votes
0 answers
51 views

dpkg pip-installs wheels as 'root' user

I've created a DEB package containing a bunch of Python wheels which the postinst script pip installs. The problem is that because the DEB file apparently has to be run as sudo, e.g. dpkg -i acme-...
Olumide's user avatar
  • 177
1 vote
0 answers
118 views

How to remove old pip packages after upgrade to Debian 12?

After Debian 12, my system-wide pip packages breaks. I want to remove them, using pipx instead. However, I cannot list/remove those previously installed packages. These are the files in /usr/local/bin ...
Dia's user avatar
  • 173
-4 votes
2 answers
681 views

An error has occured! Seems pip doesn't seem to work

I tried to install Storm-Breaker on Kali linux but when I run my ./install it says that the requirement file is invalid although installe, and also displays pip not working despite being in the latest ...
jaja's user avatar
  • 1
8 votes
2 answers
1k views

How do I determine the apt package name for a given PyPI package?

Suppose I want to install a Python package system-wide on a Debian/Devuan system. Some PyPI packages have DEB packages available via the repository's apt sources, with package names prefixed by ...
einpoklum's user avatar
  • 9,653
7 votes
2 answers
4k views

Install a Python package on Debian/Devuan when apt has no package for it

I want to install some Python package pandasql system-wide, on a Devuan (or Debian) system. It's in the Python Package Index, but - there doesn't seem to be a (dpkg) package for it; let's assume that ...
einpoklum's user avatar
  • 9,653
0 votes
2 answers
2k views

Problems with installing pycryptodome

I have modified my thinkpad's BIOS to remove the wifi whitelist and plan to flash the modified bios back to the eeprom. To do that I have to use a tool called thinkpad-uefi-sign which signs the image ...
witherslayer's user avatar
0 votes
2 answers
862 views

Modules installed with pip don't work after Bookworm upgrade

I recently upgraded to Debian Bookworm from Bullseye. I am aware that installation of python packages requires a different method as compared to pip install <package>. Therefore, I install new ...
vrgovinda's user avatar
  • 279
2 votes
1 answer
136 views

What could've casued my pip installation to disappear? Or at least not be found when I try to pip install something?

I have used pip to install packages many times and all of a sudden it's gone. I can't recall if I used it after a system update or if it's been gone since I updated a few days ago. I'm using fedora 38....
user avatar
0 votes
1 answer
76 views

Why can't I change my pip3 from the built in to the MacPort-version?

Here is a terminal session: db@air ~ % port select --list pip3 Available versions for pip3: none pip3-apple (active) pip311 db@air ~ % sudo port select --set pip3 pip311 ...
d-b's user avatar
  • 1,937
0 votes
1 answer
515 views

Installing python-pip3 on ubuntu 20.04

Installing python3-pip in ubuntu 20.04 via apt from the official ubuntu repos we are having some strange behaviour because pip3 is installed in /user/local/bin/pip3 instead /user/bin/pip3. is not a a ...
JORKS's user avatar
  • 11
2 votes
1 answer
112 views

Broken Pip (Gentoo)

I've been trying to figure out how to set up a Matrix server with Synapse. It was working fine, but somehow it broke. Was following a few different guides so I'm not sure exactly how it broke. I'm not ...
Ryan Knutson's user avatar

15 30 50 per page
1
2 3 4 5
15