-
-
Notifications
You must be signed in to change notification settings - Fork 73
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
Can't install beem due to Scrypt installation error (Windows): 'openssl/aes.h': No such file or directory #114
Comments
The easiest solution is to install anaconda and do a
|
OMG it's 631 MB on Conda just to install Beem. I'll do it but wow! I'll try the Miniconda installer. (53mb) .. It extracts into 250 MB. Less, but still massive! edit: I'm getting this error:
edit2: Used Conda search bar and found that it is indeed in Conda, but you need to do However, I got the following error. I'm going to try with admin cmd:
|
Alright, that works. Installed Miniconda, opened admin console and conda-installed beem, then with the same admin console I did python setup install steemmonsters and it didn't throw errors. I'm stuck at Steemmonsters now and can't run it but that's another issue. Beem is done. |
I was trying to do
pip install beem
in order to run your steemmonsters app, but beem depends on Scrypt, and Scrypt doesn't seem to be able to run on Windows. I tried to install the OpenSSL package that it requires, but I failed. I don't exactly know what else it needs. I installed this and added it to my path.The following is the error that I got.
The text was updated successfully, but these errors were encountered: