Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Error when installing python-jwt with newer pip #3

Closed
rslinckx opened this issue Feb 12, 2014 · 7 comments
Closed

Error when installing python-jwt with newer pip #3

rslinckx opened this issue Feb 12, 2014 · 7 comments

Comments

@rslinckx
Copy link

Here is the output:

$ pip install python-jwt
Downloading/unpacking python-jwt
Downloading python_jwt-0.3.0.tar.gz (445kB): 445kB downloaded
Running setup.py egg_info for package python-jwt
Requirement already satisfied (use --upgrade to upgrade): jws>=0.1.2
Installing collected packages: python-jwt
Running setup.py install for python-jwt
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: -c --help [cmd1 cmd2 ...]
or: -c --help-commands
or: -c cmd --help

error: option --compile not recognized
@rslinckx
Copy link
Author

This is with pip 1.5.2

@davedoesdev
Copy link
Owner

Thanks for the heads up. I've repro'd with pip 1.5.2 and will try to fix it.
Why is Python packaging so terrible?

@davedoesdev
Copy link
Owner

I think I need to patch my bento fork to take the --compile argument and ignore it.

@rslinckx
Copy link
Author

Well I really have no idea :)

@davedoesdev
Copy link
Owner

@rslinckx I uploaded 0.3.1 to pypi which installs with pip 1.5.2. If you get time it'd be great if you tried installing it.

@rslinckx
Copy link
Author

It seems to be working for me now, thanks a lot !

@davedoesdev
Copy link
Owner

Thanks again for raising the issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants