-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
PyPy build issue on macOS #10
Comments
it's not working exactly using https://github.com/ofek/coincurve#installation |
What command are you using to install? |
sudo -H pypy -m pip install coincurve |
Can you please check if |
Nope |
With your command I am getting: coincurve-6.0.0-cp35-cp35m-macosx_10_6_intel.whl is not a supported wheel on this platform. |
My platform is: macOS Hight Sierra 10.13.2 (17C88) |
I have the same issue when building from source. With |
bitcoin-core/secp256k1@f54c6c5 broke us I think |
Okey, looks like I'v temporary solved this issue, by changing relative paths in the file _cffi_build/build.py, but after successful installation, I am facing another looks like related issue. And I think to myself.... What a wonderful world ;d |
Can you please try in a completely fresh env with version |
@ulope If you have time, can you please take a look at this? It must be an issue with PyPy on macOS. |
Where exactly... Would you be, so kind and be more specific on this? |
I'm getting the same error when trying to install coincurve on a Raspberry pi. I was trying to run microraiden's pi tutorial |
Same problem on linux. |
It seems like the issue is related to secp256k1_ecdh being marked as an experimental module. Some OSes/distros compile that module in, while sometimes don't. In order to enable it during manual compilation of libsecp256k1, you have to add following options while executing ./configure: |
Same problem on OpenBSD. |
Is there any work-around here? I am facing the same issue on macOS Monterey with Apple M1 |
Is there any progress on this? I am having this issue with Apple Silicon M1 |
How to fix this?
The text was updated successfully, but these errors were encountered: