-
Notifications
You must be signed in to change notification settings - Fork 29
Error with "pip install python_jwt" - Python 3.4 #6
Comments
@barrachri thanks for letting me know. @brianloveswords it would be great to get the Python 3 PR merged assuming it works for you. For the tests, I'm also waiting for PyVows to support Python 3 (heynemann/pyvows#23) - which is itself gated on gevent Python 3 support (gevent/gevent#38). |
@barrachri could you check version 0.3.3 of python-jwt - it should fail later now when installing under Python 3. Thanks. |
|
Yes, they're warnings about metadata bento puts in (maybe I should switch python-jwt to wheels). Did you get it installed under 3.4? I got an error when it tried to install python-jws. |
No, it doesn't work, the errors are in my previous post. |
Thanks for the update. Would you mind posting the full installation output? |
I hope this is fine for you. Downloading/unpacking python-jwt Installing collected packages: python-jwt, jws
Successfully installed python-jwt jws |
Yes - unfortunately it's blocked on python-jws not supporting Python 3 now :( |
I think this is a compatibility problem with Python 3.4 and print function.
File "", line 17, in
File "/Users/christianbarra/Dev/jwt/build/python-jwt/setup.py", line 1, in
File "/Users/christianbarra/Dev/jwt/build/python-jwt/dist/bentomaker.py", line 22
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: