-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pyjwkest install has unlisted dependencies #23
Comments
That is so OS specific that I’m not sure I want to go that way.
That on the other hand is reasonable. — Roland ”Being able to think like a child is an important attribute of being an adult” - Eddie Izzard |
You can provide some guidelines for different platforms. I think it also requires gcc, which not every system will have (i.e. docker container won't have gcc...) |
One problem is that pyjwkest in itself doesn’t really require anything except Python 2.7. — Roland ”Being able to think like a child is an important attribute of being an adult” - Eddie Izzard |
Roland,
Before I could get pyjwkest to install with:
python setup.py install
I had to add some development libraries for gmp and python, for example in Centos:
yum install gmp-devel
yum install python-devel
Also, you might want to add a note on where to download setuptools:
https://pypi.python.org/pypi/setuptools
Gluu
The text was updated successfully, but these errors were encountered: