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
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
run command pip3 install amazon-wishlist-pricewatch
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.
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
pip3 install amazon-wishlist-pricewatch
Output
Full output
Note: I've replace my username with "USERNAME"
Code of Conduct
The text was updated successfully, but these errors were encountered: