No module named ‘setuptools.command.test’
Version
pip 24.2 Python 3.12.4
Why is my import command not working even thought it has been satisfied with the PIP command?
I input “import socks” after using the pip command “pip install PySocks” and its still telling me “Import socks” could not be resolved.
installed pip but it only has 2 pkgs so what should I do now? [closed]
Closed 1 min ago.
Can’t download third party modules for the book Automate the Boring Stuff [closed]
Closed 4 days ago.
Pip install to specific directory and include dependencies
I have a package I need but it has conflicts with another package that I use. This newer package that I need is not needed globally so I want to install it in a specific directory.
I cannot install libtorrent on Ubuntu server python
I have an ubuntu server machine. I have python3.11.<something> installed. I have a created a venv using the command python3 -m venv venv
and then i did a sudo chmod -R 777 ./my_project
I then did a source venv/bin/activate
and then a pip install -r requirements.txt
Every package managed to install itself except for libtorrent (2.0.7). It says package not found error. I also tried sudo apt install python3-libtorrent
(while having the venv activated). But that didn’t work either. When I tried to import libtorrent in my program I just get a module not found error. I have another server (also ubuntu server) where everything went smoothly. I have Python 3.10.12 installed there.
How to create a Python PIP package on the fly?
I have some folders with Python code (about 1000) — and I want to make a PIP package from each one (from Python script).
ModuleNotFoundError: No module named ‘pyzipper’
I am trying to run a program with python main.c
but each time i run it the error below show
Cannot install or search using pip. ProtocolError: PermissionError(13)
Entering pip install 'package name'
or pip search 'package name'
on the terminal always results on an error. I’m on a windows 10 operating system, downloaded python from python.org, python version: 3.12.4, pip version:24.0.
Cannot install or search using pip
Entering pip install 'package name'
or pip search 'package name'
on the terminal always results on an error. I’m on a windows 10 operating system, downloaded python from python.org, python version: 3.12.4, pip version:24.0.