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

PIP will not install getkey #13

Open
MikeTheToolman opened this issue May 14, 2020 · 8 comments
Open

PIP will not install getkey #13

MikeTheToolman opened this issue May 14, 2020 · 8 comments

Comments

@MikeTheToolman
Copy link

Here is the error...

`Microsoft Windows [Version 10.0.18363.778]
(c) 2019 Microsoft Corporation. All rights reserved.

C:\Users\Toolman>pip install getkey
WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
Please see pypa/pip#5599 for advice on fixing the underlying issue.
To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.
Defaulting to user installation because normal site-packages is not writeable
Collecting getkey
Using cached getkey-0.6.5.tar.gz (13 kB)
ERROR: Command errored out with exit status 1:
command: 'c:\program files\python36\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\Toolman\AppData\Local\Temp\pip-install-22de4zht\getkey\setup.py'"'"'; file='"'"'C:\Users\Toolman\AppData\Local\Temp\pip-install-22de4zht\getkey\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Toolman\AppData\Local\Temp\pip-pip-egg-info-neweuhzn'
cwd: C:\Users\Toolman\AppData\Local\Temp\pip-install-22de4zht\getkey
Complete output (9 lines):
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\Toolman\AppData\Local\Temp\pip-install-22de4zht\getkey\setup.py", line 37, in
long_description=read_description(),
File "C:\Users\Toolman\AppData\Local\Temp\pip-install-22de4zht\getkey\setup.py", line 11, in read_description
return fd.read()
File "c:\program files\python36\lib\encodings\cp1252.py", line 23, in decode
return codecs.charmap_decode(input,self.errors,decoding_table)[0]
UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 876: character maps to
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.`

@rlw1138
Copy link

rlw1138 commented May 14, 2020

Read through the other issues....your problem (mine also) was solved in Issue #2. Use Rupert Li's fork.

@MikeTheToolman
Copy link
Author

MikeTheToolman commented May 15, 2020 via email

@rlw1138
Copy link

rlw1138 commented May 15, 2020 via email

@MikeTheToolman
Copy link
Author

MikeTheToolman commented May 16, 2020 via email

@MikeTheToolman
Copy link
Author

MikeTheToolman commented May 20, 2020 via email

@rlw1138
Copy link

rlw1138 commented May 20, 2020 via email

@MikeTheToolman
Copy link
Author

MikeTheToolman commented May 21, 2020 via email

@rlw1138
Copy link

rlw1138 commented May 21, 2020 via email

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

2 participants