pip Questions
4
Solved
I have the below problem, I am using command
pip install pyinstaller --proxy=http://webdefence.global.blackspider.com:80 --trusted-host=pypi.python.org
The problem I have is the proxy variable ...
10
I am trying to install tensorflow-gpu by running pip install tensorflow-gpu Windows, inside an Anaconda enviornment, but I am getting the following error:
Could not install packages due to an Envir...
6
I am not using --home or --prefix in my pip install command but this error doesn't allow a git repo to be installed.
error: subprocess-exited-with-error
× pip subprocess to install build depende...
3
Solved
Today I installed the new Python 3.12 on my Ubuntu 22.04 from the ppa repository ppa:deadsnakes/ppa.
Everything works, but when I try to install some library with the command python3.12 -m pi...
Underskirt asked 5/10, 2023 at 16:10
4
Solved
I recently moved to a place with terrible internet connection. Ever since then I have been having huge issues getting my programming environments set up with all the tools I need - you don't realiz...
Roundup asked 18/1, 2020 at 1:8
5
Solved
Can you please advise me how to get Python3 with modules running at my Synology (DS214play, with DSM 6.0.1-7393 Update 1)?
What I want: run Tweepy and other modules in Python3 on my Synology.
Wher...
3
Solved
I am new in PyTorch and I have faced one issue, namely I cannot get my torch_sparse module properly installed.
In general, I wanted to use module torch_geometric - this I have installed. However, w...
3
Solved
How does one pip install with all extras? I'm aware that doing something like:
pip install -e .[docs,tests,others]
is an option. But, is it possible to do something like:
pip install -e .[all]
Th...
Forehead asked 4/11, 2020 at 18:12
5
Solved
ERROR: Could not build wheels for pandas, which is required to install pyproject.toml-based projects
I'm trying to install pandas via pip install pandas on my laptop.
Environment:
Window 11 Pro
Python 3.10.4
Pip version 22.0.4
Compatibility:
Officially Python 3.8, 3.9 and 3.10.
You must have pi...
Kuhlman asked 27/5, 2022 at 6:35
6
Solved
Some packages give errors when I try to install them using pip install. This is the error when I try to install chatterbot, but some other packages give this error as well:
pip install chatterbot
C...
Quinquefid asked 16/8, 2022 at 18:17
5
I was trying to install numpy version 1.22.3 on a M1 Macbook with pip3, and pip3 says the package is present, but when I try to import the module, an error gets thrown at me that says
Importing the...
Ratable asked 5/4, 2022 at 3:2
6
Solved
When I try to use pip install, it keeps throwing this error.
$ pip install django
ERROR: Could not install packages due to an OSError: Missing dependencies for SOCKS support.
I tried installing re...
6
I have python 3.8.0 (on a Windows PC)
When I try to run: pip install selenium I get the following error:
Fatal error in launcher: Unable to create process using '"c:\python38\python.exe" ...
10
I get this error:
Could not install packages due to an EnvironmentError: Could not find a suitable TLS CA certificate bundle, invalid path: /home/yosra/Desktop/CERT.RSA
When I run: $ virtualen...
5
Solved
As the title suggests, I'm trying to make a python script accessible from the command line. I've found libraries like click and argv that make it easy to access arguments passed from the command li...
Palpitation asked 10/6, 2019 at 23:31
4
Solved
I am currently working on a chatbot, and as I am using Windows 11 it does not let me migrate to newer OpenAI library or downgrade it. Could I replace the ChatCompletion function with something else...
Sanative asked 17/11, 2023 at 23:9
4
I have been trying to integrate mysql into my Flask project. I recently moved to a MacOS so having a hard time installing the dependencies. I tried to download mysql client using pip but gives the ...
13
I downloaded spyder using the
pip install spyder
in my windows 10 32-bit operating system, but i dont see any desktop icons or exe files to start running the IDE. I downloaded spyder 3, any my p...
4
Solved
I am trying to install the latest Tensorflow models 2.13.1 (pip install tf-models-official==2.13.1), with Python 3.11. There seems to be an issue with Cython and PyYAML not playing nice together si...
Virgy asked 25/7, 2023 at 8:11
3
Solved
I am trying to make my git repository pip-installable. In preparation for that I am restructuring the repo to follow the right conventions. My understanding from looking at other repositories is th...
Sang asked 8/2, 2019 at 17:7
4
I cached Pip packages using a Gitlab CI script, so that's not an issue.
Now I also want to catch a Conda virtual environment, because it reduces time to setup the environment.
I cached a virtual ...
Pearly asked 31/1, 2018 at 10:47
6
I have a project where I'm trying to install from the pipfile using pipenv install. I get som error when installing. Before i describe the error, this is what I did:
Reinstall pipenv
Reinstall Pyt...
Cocainism asked 18/6, 2019 at 9:53
10
I downloaded the pynput in my windows with pip following the video: https://youtu.be/DTnz8wA6wpw
with cmd in administrator mode
pip install pynput
and when i run the code, the pycharm and spyder3 ...
5
Solved
I am trying to build a Docker image for elasticsearch-curator,
Here is the dockerfile:
FROM alpine:3.7
RUN adduser -S curator
RUN apk add --update \
python \
python-dev \
py-pip \
build-ba...
3
Solved
I heard changing XDG_CACHE_DIR or XDG_DATA_HOME fixes that but I did
export XDG_CACHE_DIR=<new path>
export XDG_DATA_HOME=<new path>
I've also tried
pip cache dir --cache-dir <new p...
© 2022 - 2025 — McMap. All rights reserved.