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.`
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.`