-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Installation failure on Mac OS 10.12.4 #582
Comments
Are you still seeing this on 0.8.0? |
|
same issues unable to install. |
@aldenpeterson-wf I'm unable to reproduce now. I tried downgrading cffi, cryptography and gevent, but it still successfully installs with locustio 0.7.5. It must have been another dependency that's been upgraded since. OpenSSL perhaps? @uhlhosting I think your issue is unrelated. It looks like you're using the system Python and I've experienced issues with that. This has some detail: https://apple.stackexchange.com/questions/209572/how-to-use-pip-after-the-os-x-el-capitan-upgrade |
I have rebuild Python and reinstalled pip then it worked fine to install it. |
This one is saying that pip is trying to add/modify a file and your user doesn't have permissions. Running with sudo (maybe with -H) should resolve that. |
It appears this issue has been resolved. If you experience the issue again, feel free to re-open! |
Installation failed for me until I upgraded the cryptography package and dependencies.
Not had time to determine minimum version of which component(s) etc., or if it's a one-off due to my setup, but hope this helps towards a possible patch.
I managed to complete installation after seeing this issue in another project, and upgrading the cryptography with its dependencies:
Installation then completed successfully:
The text was updated successfully, but these errors were encountered: