-
Notifications
You must be signed in to change notification settings - Fork 11
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
python arm #79
Comments
First, the "deprecated NumPy API" warning is to be ignored, the code generated by Cython uses it. Second, I will try to build wheels on ARM. Are you on macOS? |
Thanks so much for looking into it.
I'm on Linux, aws graviton processor.
T4g instance if that helps.
I think it's arm V8, 64bit
|
I filed a fix, hopefully a correct one. Can you try installing again? If this still doesn't work, could you please provide me with the full logs generated during install? |
@gagolews thanks for the quick update. A) pipenv install genieclust==1.1.4 B) python setup.py build I attach both outputs below A) Output from pip install
B) output setup.py build
|
This is good :)
This is not so good :(
Weird, I have added |
Hi @gagolews, Thank you for this package. The issue is still there, I can not install the package. |
Unfortunately, I cannot reproduce this error... — maybe somebody can help me with this? |
I just forked the repo and tried to build using I believe that there is a problem with your last |
my current workaround is to download the source code and run |
Are there any tips for install the python version on arm?
I'm getting compilation errors and warnings
The numpy warning is weird too, as I have the latest numpy installed.
The text was updated successfully, but these errors were encountered: