Skip to main content

Questions tagged [pip]

Use for questions about the Python package installer but not about Picture-in-Picture

pip
1 vote
0 answers
13 views

How to ensure that at least one optional dependency is specified during installation of a python wheel?

I have a unique use case where my python package specifies 3 optional dependencies to setuptools.setup using the extras_require argument. While each of those individual dependencies is kind of ...
Kirthi's user avatar
  • 11
0 votes
0 answers
7 views

I'm trying to replicate the script used on Kaggle for DAX ESG Media Dataset . it download the CSV file and nothing will work

the file name is SDG alignment with DAX companies - Swisstext 2023.ipynb. I'm using colaboratory (https://colab.research.google.com/drive) to work on the script and I just get errors I download the ...
shaeil's user avatar
  • 1
0 votes
2 answers
29 views

Spyder: pip under different interpreter is used for installing packages

I started using Spyder recently. I have Python 3.7 and 3.11 installed in my machine. I want to use the second one (3.11), therefore, I have successfully (confirmed by checking in console sys.path) ...
Whitebeard13's user avatar
-1 votes
0 answers
9 views

i have a error to install dlib library vie pip in ubuntu [duplicate]

i have following error which is happend when i tried to install dlib Collecting dlib Using cached dlib-19.24.4.tar.gz (3.3 MB) Installing build dependencies ... done Getting requirements to build ...
jashk's user avatar
  • 1
1 vote
1 answer
37 views

Error: Could not find a version that satisfies the requirement open3d with python ver3.7

i want to install open3d on windows and my python version is 3.12.1 error I saw some solutions on other pages (like installing version 3.7, pip3, etc.) and tried them, but they didn't work. please ...
twrw's user avatar
  • 21
0 votes
0 answers
34 views

Getting a certificate error while trying to install cbor2 and python pip

I'm in the process of trying to provision a nordic semiconductors device, specifically the Thingy 91, to use nRF Cloud services. In order to do the Just-In-Time provisioning I need to generate my ...
witch-mountain's user avatar
-1 votes
1 answer
49 views

How to install Python 3.8.7 using Pip (or easy_install) only in a virtualenv

I have created a virtualenv and want to install python v.3.8.7 using either pip or easy_install tools without affecting the python version installed on the system which Python 2.7. I tried using: pip ...
Sam's user avatar
  • 376
-1 votes
1 answer
35 views

Solving environment failed and ResolvePackageNotFound in Conda

I try to run: conda env create --file environment.yaml after that I get the following result: Collecting package metadata (repodata.json): done Solving environment: failed ResolvePackageNotFound: -...
Marya Mik's user avatar
-3 votes
1 answer
42 views

I get an error with requests only when using venv

It was working fine until yesterday, but suddenly it's not working. When using virtualenv, I get an error when using requests to make a response. When using the global Python, it works fine. Why is ...
ahhu's user avatar
  • 13
-2 votes
0 answers
17 views

Struggling to install fastai [closed]

I'm trying to install fastai. When I do pip install fastai --upgrade -q or pip install fastai I get the following error: ERROR: Failed building wheel for thinc ERROR: ERROR: Failed to build ...
Goob's user avatar
  • 109
0 votes
1 answer
32 views

Unable to install numpy through terminal using pip

I'm trying to install the python package numpy with no luck. I'm using pip install numpy in the terminal, but it returns the following error message: WARNING: Retrying (Retry(total=0, connect=None, ...
asrnpr666's user avatar
1 vote
0 answers
30 views

I keep getting a metadata not found error when trying to install geemmap

I am pretty new to python and am using geemap for a project. I tried doing this command: pip install geemap However, I keep getting the error below: Preparing metadata (pyproject.toml) ... error ...
Sam's user avatar
  • 11
0 votes
0 answers
14 views

Windows "Access Denied" Error When Running any Modules

I am getting am "Access is Denied" error in Windows when trying to pip install or access any of my pip installed modules. I am able to install modules with python -m pip install but then I ...
Japhy's user avatar
  • 45
0 votes
0 answers
23 views

Pip install reports incorrect version

This is more annoying than a real issue as it doesn't seem to be causing me any problems. But I'm curious if anyone knows what's going on here? Why does pip keep recommending an upgrade when the ...
Farouk Khawaja's user avatar
0 votes
0 answers
13 views

Ignore sub-dependencies in pyproject.toml

A package I want to include in my pyproject.toml, itself depends on torch, which I don't want automatically installing since it takes up a lot of space and my currently installed version already works ...
Richie Bendall's user avatar

15 30 50 per page
1
2 3 4 5
1614