-
Notifications
You must be signed in to change notification settings - Fork 325
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
Error in installing requirements.txt #102
Comments
Can you verify what version of Python you are running? Sometimes the ubuntu AWS AMI's are running old Python 2.7.6 and it causes problems with the newer packages. |
I tried to type python, It shows
Is it because the RAM is only 1G? too small? |
You are using the master branch? I would recommend the 1.2rc1 release branch as that has the lasest packages for everything. Otherwise you have a number of options
|
@chenweisomebody126 I had the same issue on osx and Ubuntu. For example, in
To:
But @madisonb solutions are probably better :) |
I agree, it appears to be caused due to outdated packages, so any number of options should fix the issue. @chenweisomebody126 If this works for you please close this ticket |
I would like to keep the issue on topic, and we can move custom setups into gitter. |
thanks! |
When I tried to run "sudo pip install -r requirements.txt", it seems this "Running setup.py install for cryptography ... error" occurs every time.
I run it on Ubuntu on AWS EC2, and I have no idea how to fix it.
Any idea?
The text was updated successfully, but these errors were encountered: