-
Notifications
You must be signed in to change notification settings - Fork 7
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
Unable to Install Scrypt - MacOS 12.5 (ARM - m1) #9
Comments
I get the same error for MacOS 12.1 (ARM - m1) |
Try:
|
I was successful on an M1 Pro with the exports above and after brew install openssl |
For some reason, today, my Mac is again unable to install Scrypt. |
I swear I had this working in the past but suddenly now I can't install a project (which does use Beem from gitlab.syncad.com). |
1 task
Does it work now? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Whenever I try install scrypt I get this error:
fatal error: 'openssl/aes.h' file not found #include <openssl/aes.h> ^~~~~~~~~~~~~~~ 1 error generated. error: command '/usr/bin/clang' failed with exit code 1
I have installed Openssl (via brew) & ran the folllowing commands:
$ export CFLAGS="-I$(brew --prefix openssl)/include $CFLAGS" $ export LDFLAGS="-L$(brew --prefix openssl)/lib $LDFLAGS"
The text was updated successfully, but these errors were encountered: