-
Notifications
You must be signed in to change notification settings - Fork 565
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: command '/usr/bin/clang' failed with exit status 1 #115
Comments
Might it be this issue? Which OSX version, and so on? |
OSX Version: 10.13.3 I tried to execute the following but always stuck:
|
Did you install openssl? Thanks |
I am unable to help because I cannot repeat the problem. However, I believe the error happens when it is installing https://pypi.org/project/scrypt/ I suggest you try to install it by hand:
... and then resolve according to scrypt documentation and their support. |
So, you need to do this:
|
Got this to work for me on High Sierra with |
Try: |
work for me |
Using python 3.10, Mac Monterey 12.4. I needed to add these two flags: export CPPFLAGS="-I/usr/local/include" Original solution from stack overflow here: Error when install pylibmc using pip |
I'm trying to install this following this tutorial: https://ico.readthedocs.io/en/latest/install.html for Mac OS X, and I'm getting the following error:
Thoughts?
The text was updated successfully, but these errors were encountered: