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

Unable to install released version #1

Closed
rslinckx opened this issue Dec 19, 2013 · 6 comments
Closed

Unable to install released version #1

rslinckx opened this issue Dec 19, 2013 · 6 comments

Comments

@rslinckx
Copy link

When trying to install last release, it fails:

Downloading/unpacking python-jwt
Downloading python_jwt-0.2.0.tar.gz (445kB): 445kB downloaded
Running setup.py egg_info for package python-jwt
Downloading/unpacking jws-pss==0.1.0 (from python-jwt)
HTTP error 404 while getting http://github.com/davedoesdev/python-jws/tarball/master#egg=jws-pss-0.1.0
Could not install requirement jws-pss==0.1.0 (from python-jwt) because of error HTTP Error 404: Not Found
Cleaning up...
Could not install requirement jws-pss==0.1.0 (from python-jwt) because of HTTP error HTTP Error 404: Not Found for URL http://github.com/davedoesdev/python-jws/tarball/master#egg=jws-pss-0.1.0

It seems that either the bundled python-jws is no longer needed but still referenced in the setup.py, or the tarball was accidentally deleted..

Can you help ?

@davedoesdev
Copy link
Owner

Sure, I'll take a look. My changes to python-jws are now in mainline but it looks like a new version of python-jws hasn't been put onto PyPI :( brianloveswords/python-jws#5

I think I may have deleted my repo prematurely, I'll see if I can point the jwt egg to the mainline python-jws repo.

@davedoesdev
Copy link
Owner

OK, I've put version 0.2.1 onto PyPI - @rslinckx could you try it please?
It installed into a virtual-env for me.
Sorry about any inconvenience - I was too quick to delete my fork of python-jws.

@rslinckx
Copy link
Author

Hi !

It does seem to work fine with the new link. Would be nice to have a proper release of python-jws so you can get rid of it completely :)

Thanks a lot !

@davedoesdev
Copy link
Owner

Glad it installed. Feel free to comment on brianloveswords/python-jws#5

@davedoesdev
Copy link
Owner

@rslinckx new python-jws is released so I've released a new python-jwt (0.3.0) which depends on the PyPI package.

@rslinckx
Copy link
Author

Thanks a lot !

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