-
Notifications
You must be signed in to change notification settings - Fork 78
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
pip install ocean-lib not working on M1, coincurve error #887
Comments
I tried reproducing this on my Mac but the installation went smoothly. @md00ux any ideas? |
@ofek Thank you. Do you know how I can specify a flag for coincurve when I'm installing ocean-lib? Running
Also, manually installing coincurve actually works for me, the error only appears when I try installing ocean-lib. |
@smejak Are you still encountering this problem? |
Hi @AnaLoznianu. Yes, I still cannot install ocean-lib on my computer, but I have been able to install it in a Docker container that I've been using for development. |
Thanks for the update! @miquelcabot I remember you encountered a similar issue 🤔 Can you jump in and offer guidance please? |
@AnaLoznianu @smejak I have reviewed this problem, and the similar issue was with the
Finally this was solved in Barge v4. This version uses elasticsearch version 7.14.2, which has support for @smejak It's a weird issue, because I also use @oceanprotocol/lib library in a M1 Mac and it works fine for me. |
@smejak are you still encountering this issue? Do you think we can close this issue? I've had some trouble reinstalling coincurve on a fresh Ubuntu Jammy, but I fixed it by installing and upgrading pip and wheel, then with |
@smejak I am closing this issue. If you encounter it again, please reopen it. Thank you 🙏 |
Hi @calina-c, thanks for the response, the command you sent works, but manually installing coincurve does not solve the error I get when installing ocean-lib, for some reason I'm still getting the same "Can't build wheel for coincurve error" even if it's already installed. |
Is this the issue? ofek/coincurve#111 Update: sorry, meant the closed one, updated link above |
Hey @kremalicious, no the issue I'm getting is the error message above. |
Describe the bug
The newest version of ocean-lib is not installing correctly (on M1 Mac).
I followed the installation described in the main README, (started with wheel, no errors, then ocean-lib).
running
throws this error:
same result when running
ARCHFLAGS="-arch x86_64" pip install ocean-lib
To Reproduce
Steps to reproduce the behavior:
conda create -n ocean-test -c conda-forge python=3.8
pip install wheel
pip install --pre ocean-lib
ORARCHFLAGS="-arch x86_64" pip install ocean-lib
ORpip install ocean-lib
Expected behavior
Ocean.py installs without error.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: