You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to upgrade npyi package but getting a request compatibility error
Describe what you were trying to get done. Tell us what happened, what went wrong, and what you expected to happen.
WARNING: Ignoring invalid distribution -otebook (c:\python310\lib\site-packages)
WARNING: Ignoring invalid distribution -ric-ide (c:\python310\lib\site-packages)
Requirement already satisfied: requests in c:\path\appdata\roaming\python\python310\site-packages (2.21.0)
Collecting requests
Obtaining dependency information for requests from https://files.pythonhosted.org/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl.metadata
Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB)
Requirement already satisfied: charset-normalizer<4,>=2 in c:\python310\lib\site-packages (from requests) (3.2.0)
Requirement already satisfied: idna<4,>=2.5 in c:\path\appdata\roaming\python\python310\site-packages (from requests) (2.8)
Requirement already satisfied: urllib3<3,>=1.21.1 in c:\path\appdata\roaming\python\python310\site-packages (from requests) (1.24.3)
Requirement already satisfied: certifi>=2017.4.17 in c:\python310\lib\site-packages (from requests) (2023.7.22)
Downloading requests-2.31.0-py3-none-any.whl (62 kB)
---------------------------------------- 62.6/62.6 kB 1.6 MB/s eta 0:00:00
WARNING: Ignoring invalid distribution -otebook (c:\python310\lib\site-packages)
WARNING: Ignoring invalid distribution -ric-ide (c:\python310\lib\site-packages)
Installing collected packages: requests
Attempting uninstall: requests
Found existing installation: requests 2.21.0
Uninstalling requests-2.21.0:
Successfully uninstalled requests-2.21.0
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
npyi 0.1.3 requires requests==2.21.0, but you have requests 2.31.0 which is incompatible.
Successfully installed requests-2.31.0
The text was updated successfully, but these errors were encountered:
Description
Trying to upgrade npyi package but getting a request compatibility error
Describe what you were trying to get done. Tell us what happened, what went wrong, and what you expected to happen.
What I Did
python -m pip install --no-cache-dir --user --upgrade requests
WARNING: Ignoring invalid distribution -otebook (c:\python310\lib\site-packages)
WARNING: Ignoring invalid distribution -ric-ide (c:\python310\lib\site-packages)
Requirement already satisfied: requests in c:\path\appdata\roaming\python\python310\site-packages (2.21.0)
Collecting requests
Obtaining dependency information for requests from https://files.pythonhosted.org/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl.metadata
Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB)
Requirement already satisfied: charset-normalizer<4,>=2 in c:\python310\lib\site-packages (from requests) (3.2.0)
Requirement already satisfied: idna<4,>=2.5 in c:\path\appdata\roaming\python\python310\site-packages (from requests) (2.8)
Requirement already satisfied: urllib3<3,>=1.21.1 in c:\path\appdata\roaming\python\python310\site-packages (from requests) (1.24.3)
Requirement already satisfied: certifi>=2017.4.17 in c:\python310\lib\site-packages (from requests) (2023.7.22)
Downloading requests-2.31.0-py3-none-any.whl (62 kB)
---------------------------------------- 62.6/62.6 kB 1.6 MB/s eta 0:00:00
WARNING: Ignoring invalid distribution -otebook (c:\python310\lib\site-packages)
WARNING: Ignoring invalid distribution -ric-ide (c:\python310\lib\site-packages)
Installing collected packages: requests
Attempting uninstall: requests
Found existing installation: requests 2.21.0
Uninstalling requests-2.21.0:
Successfully uninstalled requests-2.21.0
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
npyi 0.1.3 requires requests==2.21.0, but you have requests 2.31.0 which is incompatible.
Successfully installed requests-2.31.0
The text was updated successfully, but these errors were encountered: