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

[9617] - Message received from pip while installing package #9965

Closed
1 task done
m-GDEV opened this issue May 7, 2021 · 2 comments
Closed
1 task done

[9617] - Message received from pip while installing package #9965

m-GDEV opened this issue May 7, 2021 · 2 comments
Labels
type: bug A confirmed bug or unintended behavior

Comments

@m-GDEV
Copy link

m-GDEV commented May 7, 2021

Description

While installing this package: "amazon-wishlist-pricewatch" I was met with two errors. Once as the first output of the command, then again right before it was finished installing.

Note: I use python3 -m pip as an alias for pip3 because I got an error one time telling me to use that command instead. Don't remember why.

Expected behavior

I expected it to just install the package normally

pip version

21.1

Python version

python3.6.9

OS

Peppermint OS Based on Ubuntu 18.04

How to Reproduce

  1. run command pip3 install amazon-wishlist-pricewatch
  2. Two separate errors occured while trying to install this package

Output

Full output

Note: I've replace my username with "USERNAME"

USERNAME@COMPUTER ~ $ pip3 install amazon-wishlist-pricewatch
WARNING: Value for scheme.platlib does not match. Please report this to <https://github.com/pypa/pip/issues/9617>
distutils: /usr/local/lib/python3.6/dist-packages
sysconfig: /usr/lib/python3.6/site-packages
WARNING: Value for scheme.purelib does not match. Please report this to <https://github.com/pypa/pip/issues/9617>
distutils: /usr/local/lib/python3.6/dist-packages
sysconfig: /usr/lib/python3.6/site-packages
WARNING: Value for scheme.headers does not match. Please report this to <https://github.com/pypa/pip/issues/9617>
distutils: /usr/local/include/python3.6/UNKNOWN
sysconfig: /usr/include/python3.6m
WARNING: Value for scheme.scripts does not match. Please report this to <https://github.com/pypa/pip/issues/9617>
distutils: /usr/local/bin
sysconfig: /usr/bin
WARNING: Value for scheme.data does not match. Please report this to <https://github.com/pypa/pip/issues/9617>
distutils: /usr/local
sysconfig: /usr
WARNING: Additional context:
user = False
home = None
root = None
prefix = None
Defaulting to user installation because normal site-packages is not writeable
Collecting amazon-wishlist-pricewatch
  Downloading amazon_wishlist_pricewatch-0.1.22-py3-none-any.whl (16 kB)
Requirement already satisfied: beautifulsoup4 in ./.local/lib/python3.6/site-packages (from amazon-wishlist-pricewatch) (4.9.3)
Requirement already satisfied: requests in ./.local/lib/python3.6/site-packages (from amazon-wishlist-pricewatch) (2.25.1)
Requirement already satisfied: soupsieve>1.2 in ./.local/lib/python3.6/site-packages (from beautifulsoup4->amazon-wishlist-pricewatch) (2.1)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in ./.local/lib/python3.6/site-packages (from requests->amazon-wishlist-pricewatch) (1.26.3)
Requirement already satisfied: chardet<5,>=3.0.2 in ./.local/lib/python3.6/site-packages (from requests->amazon-wishlist-pricewatch) (4.0.0)
Requirement already satisfied: certifi>=2017.4.17 in ./.local/lib/python3.6/site-packages (from requests->amazon-wishlist-pricewatch) (2020.12.5)
Requirement already satisfied: idna<3,>=2.5 in ./.local/lib/python3.6/site-packages (from requests->amazon-wishlist-pricewatch) (2.10)
Installing collected packages: amazon-wishlist-pricewatch
  WARNING: Value for scheme.headers does not match. Please report this to <https://github.com/pypa/pip/issues/9617>
  distutils: /home/USERNAME/.local/include/python3.6m/amazon-wishlist-pricewatch
  sysconfig: /home/USERNAME/.local/include/python3.6/amazon-wishlist-pricewatch
  WARNING: Additional context:
  user = True
  home = None
  root = None
  prefix = None
WARNING: Value for scheme.headers does not match. Please report this to <https://github.com/pypa/pip/issues/9617>
distutils: /home/USERNAME/.local/include/python3.6m/UNKNOWN
sysconfig: /home/USERNAME/.local/include/python3.6
WARNING: Additional context:
user = True
home = None
root = None
prefix = None
Successfully installed amazon-wishlist-pricewatch-0.1.22
WARNING: You are using pip version 21.1; however, version 21.1.1 is available.
You should consider upgrading via the '/usr/bin/python3 -m pip install --upgrade pip' command.

Code of Conduct

@m-GDEV m-GDEV added S: needs triage Issues/PRs that need to be triaged type: bug A confirmed bug or unintended behavior labels May 7, 2021
@sbidoul
Copy link
Member

sbidoul commented May 9, 2021

There is no error, just noisy warnings. Upgrading to 21.1.1 will silence them. See also #9617 as mentioned in the message.

@sbidoul sbidoul closed this as completed May 9, 2021
@m-GDEV
Copy link
Author

m-GDEV commented May 9, 2021

That seemed to work, thanks for your help!

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 27, 2021
@pradyunsg pradyunsg removed the S: needs triage Issues/PRs that need to be triaged label Mar 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug A confirmed bug or unintended behavior
Projects
None yet
Development

No branches or pull requests

3 participants