Open thorstenkampe opened 7 years ago
I can verify I'm having the exact same error.
Simply running pip install getkey
returns that stacktrace.
I don't have a windows box handy to test this on, but I'll take a look when I get the chance. Thank you for reporting the bug.
--K
On Tue, Sep 11, 2018 at 1:16 AM Thomas Kleinendorst < notifications@github.com> wrote:
I can verify I'm having the exact same error. Simply running pip install getkey returns that stacktrace.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kcsaff/getkey/issues/2#issuecomment-420172553, or mute the thread https://github.com/notifications/unsubscribe-auth/AAI2B_q20Zkbf_gYcziHKaXr5hYFduiwks5uZ2NSgaJpZM4OgGy0 .
I have this problem as well. I'm pretty sure it has something to do with a non-askki code or a quotation mark from Word or something. It's just one char in the description.
This pull request: https://github.com/kcsaff/getkey/pull/3 solves this problem I believe.
This pull request:
3
solves this problem I believe.
Yes, it also solves the problem I encountered:
Traceback (most recent call last):
File "setup.py", line 37, in <module>
long_description=read_description(),
File "setup.py", line 11, in read_description
return fd.read()
UnicodeDecodeError: 'cp950' codec can't decode byte 0xc3 in position 875: illegal multibyte sequence
Same error here. Can someone merge the pull request?
I'm still seeing this error. It looks like this package hasn't been updated in 3 years. Perhaps someone just needs to publish the fixed version on pypi, so we can use it?
Does not work. It is now 2020 and it still says the same error
Does not work. It is now 2020 and it still says the same error
I have fixed the error. How about trying my fork?
cd getkey-master
#or whatever you named itpython3 setup.py install
#install manually@li-rupert Thanks for the fix
I can't install with pip install getkey
it says
Traceback (most recent call last):
File "<pyshell#2>", line 1, in
:(
It also just simply says this: SyntaxError: invalid syntax
Oh sorry I tried again and it's the same error but with an additional ERROR: Could not find a version that satisfies the requirement getkey (from versions: 0.6, 0.6.2, 0.6.3, 0.6.4, 0.6.5) ERROR: No matching distribution found for getkey
This pull request:
3
solves this problem I believe.
WARNING: Discarding https://files.pythonhosted.org/packages/19/e9/f9990048fffd4468f3af91203e753bd920d51120ba60ea53403b5b9c9a8f/getkey-0.6.tar.gz#sha256=2337fe2fb239e2263929452ece5c5d43df6a808f43cc79b8734d86fb99b9080b (from https://pypi.org/simple/getkey/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. ERROR: Could not find a version that satisfies the requirement getkey (from versions: 0.6, 0.6.2, 0.6.3, 0.6.4, 0.6.5) ERROR: No matching distribution found for getkey
C:\Users\14076>pip install setup-py-upgrade Collecting setup-py-upgrade Downloading setup_py_upgrade-1.2.1-py2.py3-none-any.whl (6.2 kB) Installing collected packages: setup-py-upgrade Successfully installed setup-py-upgrade-1.2.1
WARNING: Discarding https://files.pythonhosted.org/packages/19/e9/f9990048fffd4468f3af91203e753bd920d51120ba60ea53403b5b9c9a8f/getkey-0.6.tar.gz#sha256=2337fe2fb239e2263929452ece5c5d43df6a808f43cc79b8734d86fb99b9080b (from https://pypi.org/simple/getkey/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. ERROR: Could not find a version that satisfies the requirement getkey (from versions: 0.6, 0.6.2, 0.6.3, 0.6.4, 0.6.5) ERROR: No matching distribution found for getkey
C:\Users\14076>
wait I think I am missing some files
or not but pip just would not install I investigated it for ONE HOUR in a row(I don't know about you)!
Until there's an official fix, I'm going with @li-rupert 's solution:
pip install git+https://github.com/li-rupert/getkey
use "pip install get-key" instead of "pip install getkey"
I fixed this by changing the Á in "Miguel Ángel Garcían" to A (i think it was at two places) and then it worked to install manually. pip install getkey seems to be. I don't like this way of solving it as credit should be due.