-
Notifications
You must be signed in to change notification settings - Fork 87
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 too #95
Comments
The reason seems to be that the secp256k1 package that the nostr package depends on is not compatible with Windows. If you want to force installation, you can use |
looks like this is not compatible with m1. Same issue on my macOS |
I have resolved issue by installing |
@dcrystalj can you explain how to do this? im a little confused here, also in a m1. should i just run |
@AtlasHODL I am running app inside docker. When building docker I can install pkg-config as I mentioned. If you are running this on mac (without docker) you should probably try |
thank you I was able to install it using 'brew'. @dcrystalj But now for some reason when I try to run main.py, the traceback I get is that there is no such module 'from Cryptodome import Random which is weird because I made sure to install that package using 'pip3 install pycryptodome' and I also installed the 'Crypto' package -> https://pypi.org/project/pycryptodome/ I checked with 'pip3 freeze' and its there.. and I also restarted the terminal but I get the same error. |
in my opinon, if it's for learning purpose, using google colab would be the simplest way to get started. |
Not the same error as #88.
There doesn't seem to be anything in the readme addressing this.
The text was updated successfully, but these errors were encountered: