Skip to content
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 installing due to dependency on secp256k1 #114

Open
bryanmatthewsimonson opened this issue Apr 5, 2024 · 1 comment
Open

Error installing due to dependency on secp256k1 #114

bryanmatthewsimonson opened this issue Apr 5, 2024 · 1 comment

Comments

@bryanmatthewsimonson
Copy link

There seems to be an error in a package dependency that is making it difficult for me to use the nostr module.

image

@TUBii
Copy link

TUBii commented Jan 24, 2025

Hey. I had the same problem on my Ubuntu and Debian box as well. Try the MAC equivalent of the procedure.

First I installed the devtools as the pip wants to compile the library.
sudo apt update
sudo apt install build-essential libssl-dev libffi-dev python3-dev

And then I was missing wheel module:
pip install wheel

I made an installation on my Debian, which may be related to the resolution of this issue:
sudo apt-get -y install pkg-config

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants