Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python -m pip install --no-cache-dir --user --upgrade npyi #580

Open
kenoti opened this issue Sep 6, 2023 · 0 comments
Open

python -m pip install --no-cache-dir --user --upgrade npyi #580

kenoti opened this issue Sep 6, 2023 · 0 comments

Comments

@kenoti
Copy link

kenoti commented Sep 6, 2023

  • Date you used npyi: 06/09/2023
  • npyi version used, if any: 0.1.3
  • Python version, if any: Python 3.10.5
  • Operating System: Microsoft Windows 10 Enterprise

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

Paste the command(s) you ran and the output.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant