Skip to content
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

Open
nynymike opened this issue Dec 1, 2014 · 3 comments
Open

pyjwkest install has unlisted dependencies #23

nynymike opened this issue Dec 1, 2014 · 3 comments

Comments

@nynymike
Copy link

nynymike commented Dec 1, 2014

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

  • Mike Schwartz
    Gluu
@rohe
Copy link
Owner

rohe commented Dec 1, 2014

1 dec 2014 kl. 05:44 skrev Mike Schwartz [email protected]:

Before I could get pyjwkest to install with:
[root@ce pyjwkest]# 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

That is so OS specific that I’m not sure I want to go that way.

Also, you might want to add a note on where to download setuptools:

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

@nynymike
Copy link
Author

nynymike commented Dec 1, 2014

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...)

@rohe
Copy link
Owner

rohe commented Dec 1, 2014

1 dec 2014 kl. 15:21 skrev Mike Schwartz [email protected]:

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.
It’s pycrypto that pyjwkest uses extensively that has demands and I can definitely point to their
documentation but I will not try to track what they are doing.

— Roland

”Being able to think like a child is an important attribute of being an adult” - Eddie Izzard

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

No branches or pull requests

2 participants