106 questions
2 votes
1 answer
220 views
Error when opening Jupyter notebook from cmd/power shell (Windows)
[Problem solved] When I try to open jupyter notebook in cmd/power shell I get the following error: Fatal error in launcher: Unable to create process using '"c:\users\NAME\appdata\local\programs\...
0 votes
1 answer
116 views
Unable to install ydf on Docker on Python image
I want to use the ydf package in a docker image, but every time I try to build Docker Image of Python with ydf package I get this error: 1.699 ERROR: Could not find a version that satisfies the ...
0 votes
1 answer
149 views
Install Python package (jpeg2dct)
I couldn't solve it any other way, so I installed Linux and use the libraries there. 😐 I would like to install this Python package, but I am having trouble. I don’t really understand what I’m doing ...
2 votes
1 answer
2k views
Docker script installing python 3.9 started failing recently
We have a solution deployed on AWS where an EC2 instance uses docker files to build images for different components. One of those components has a docker script we haven't changed in over a year that, ...
2 votes
0 answers
104 views
Unable to use PIP within a python virtualenv, but works just fine globally
I have python 3.12 and therefore pip installed on my Mac. They were installed from python.org, NOT homebrew, however because of previous homebrew installations there seems to be an error. Whenever I ...
1 vote
0 answers
193 views
Is there a way to isolate a specific installed library into my project and compile it with the rest of a project?
I have multiple python projects and when I compile one of them the using Python to Exe, I end up compiling all the libraries that I have downloaded. I also noticed that in my project, even though I ...
0 votes
0 answers
30 views
tensorflow_object_detection_api installation incomplete?
I need to import DetectorAPI from tensorflow_object_detection_API. But there seems to be an installation problem. I get the no module found error, even though i just installed it. I installed it using ...
-1 votes
1 answer
1k views
OpenAI pip error while installing (Rust manager issue?)
I just tried to intall openai on my pip venv, and I got this error. My pip is up to date and I tried on 2 different environments. My command that i entered was: pip install openai I wanted to install ...
0 votes
1 answer
261 views
Can I install conda packages with pip? [duplicate]
I want to install a package on macOS, which can be done by conda env create -f environment.yaml conda activate <package> but I don't want to install conda and am looking for an alternative to ...
0 votes
0 answers
3k views
how to remove one of the python installed?
i have 2 installed python, 3.10.12 and 3.12.0, i want to choose 3.12 and remove the 3.10, but i have the problem when remove it i ran this command sudo apt-get remove python3.10 and this what i got ...
-1 votes
1 answer
76 views
Multiple python versions causing pip failure
See Photo1. On executing --version, which and where command to python and python3, I discover to have python linked to ver 3.11 and python3 linked to 3.9. See Photo2. I search all python related paths ...
0 votes
1 answer
294 views
Execute script that uses my local package - ImportErrors
My project was up-and-running for a while running in a kubernetes container... until, I decided to "clean-up" my use of the sys.add calls that I had at the top of my modules. This included ...
0 votes
2 answers
2k views
Can't use apt-get on Ubuntu 16.04 VM cuz missing python3
I can't seem to find a solution for this. I need sudo apt-get install <package> to work because sudo apt-get -f -qq install -y doesn't work. Here is the log: ubuntu@ip-10-8-0-145:~$ sudo apt-get ...
0 votes
1 answer
975 views
What is the correct way to install dronekit on windows and ubuntu?
I am new in this. I've been having trouble installing dronekit for the past few days. I followed one of the tutorials on YouTube where on Windows using python version 3.6.0 I managed to install ...
1 vote
2 answers
1k views
mysqlclient install error - ld: library not found for -lzlib
I'm trying to install mysqlclient on MacOS from requirements.txt of a Python(3.8) project. I created a virtual environment and this is the output while trying to install it: ld: library not found for -...