Category "pip"

Error when trying to download wxPython on Windows

Completely new to python, running command ‘pip install -U wxPython’ in Command line and this is the error I get: C:\Users\Pikachu>pip install -U

I can't run pipenv install django

Whenever I enter pipenv install django in the cmd an error appears: " 'pipenv' is not recognized as an internal or external command, operable program or batch f

How to install Google Cloud DLP on Mac M1?

I am trying to download Google Cloud DLP on my Mac M1 running macOS Monterey. I am using Python 3.10.4 and pip 22.0.4. I first tried using pip install google-cl

Is there a good way to cache apt and pip packages on my home network without changes to my clients?

I am testing and building a lot of containers over a somewhat slow internet connection. Every time I test a rebuild it has to re-download all the apt and pip pa

Could not find a version that satisfies the requirement tensorflow - python3.9 64bit

I'm trying to use Tensorflow for some federated learning purposes, but I can't successfully install it using pip. pip install tensorflow Error message I get is

Pip Install failure with error TLSV1_ALERT_PROTOCOL_VERSION in RHEL 8

I am getting error when installing packages using pip install on RHEL8 version WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=

How to build python package for other PC?

Environment PC1: Dev-machine, online, Python install dir: C:\Python310 PC2: Target machine, offline, Python install dir: C:\Program Files\Python310 Doing Write

When I gave command on CMD manage.py runserver it instead took me into VS Code and when i ran it in VS code error was on (from django.core.management)

When I ran the command on CMD manage.py runserver it intern redirected to VS Code. When I tried to run on VS Code it showed the system cannot find the specified

Could not fetch URL https://pypi.org/simple/absl-py/: when creating condas environment from file

I am trying to create an anacondas environment from a yml file I have, I have installed anacondas, have added C:\ProgramData\Anaconda3 C:\ProgramData\Anaconda3

How to tell to tox use trusted host and index?

I use the following usage for pip3 to install modules from my host: pip3 install tox -i http://myhost/sample+ --trusted-host I downloaded a bog code.It uses t

Failed to Build Wheel For Opencv

I upgraded wheel, pip, and setuptools all to the latest version, with the following command. pip3.9 install --upgrade pip setuptools wheel When I try to install

How to clone conda environment, which have pip packages besides of conda packages?

Context I am trying to clone my dev conda environment to a test server. In this environment besides of many conda packages I had to install some packages via pi

Import "google_auth_oauthlib.flow" could not be resolved

In VSCODE using these specifications: pip 21.3.1 from C:\users\computador\appdata\local\programs\python\python39\lib\site-packages\pip (python 3.9) I'm using t

Can't pip install scipy on M1

I can't "pip instal scipy" on my m1 mac, I get an error: Collecting scipy Using cached scipy-1.7.3.tar.gz (36.1 MB) Installing build dependencies ... error

ERROR: Could not find a version that satisfies the requirement busio (from versions: none)

When Running Installation, pip install busio Getting ERROR, ERROR: Could not find a version that satisfies the requirement busio (from versions: none) ERROR: N

How to install a package using pip in editable mode with pyproject.toml?

When a project is specified only via pyproject.toml (i.e. no setup.{py,cfg} files), how can it be installed in editable mode via pip (i.e. python -m pip install

"pipenv" fails with AttributeError after upgrading from ubuntu 20.04 to 22.04?

I recently upgraded my distro version from ubuntu 20.04 to ubuntu 22.04 and now pipenv command does not work. Any solutions to fix this? > pipenv --help Tra

Problems installing lxml on M1 mac

So, I'm having the classic trouble install lxml. Initially I was just pip installing, but when I tried to free up memory using Element.clear() I was getting the

Unable to pip install pyodbc on mac

I am trying to install pyodbc with pip on macOS(12.3.1), but that didn't work. In error log, Message says "fatal error: 'sql.h' file not found". Some people are

Issues with IPython magics [TerminalIPythonApp] WARNING unrecognised alias

I recently got my code to function and was so proud of myself for figuring out the challenges experienced then. However, I reviewed some stuff in connecting wit