You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
just tried to install and use cspy on an arm64 system but received an ImportError complaining about missing an arm64 version of the _pyBiDirectionalCpp.so file.
I've got it working for now by cloning the repo onto the arm64 machine, building the package with make p in the root dir and then installing the .whl manually.
Is it possible to directly include the arm64 arch into the distributed package?
Thanks!
The text was updated successfully, but these errors were encountered:
Hey @schmittfelix !
Thanks for the issue.
There's a python 3.10 wheel on pypi. But I have to build these on my local machine as GitHub doesn't have arm64 machines for ci - (at least that was the case last time I checked).
What python version are you after?
Hi there,
just tried to install and use cspy on an arm64 system but received an ImportError complaining about missing an arm64 version of the _pyBiDirectionalCpp.so file.
I've got it working for now by cloning the repo onto the arm64 machine, building the package with
make p
in the root dir and then installing the .whl manually.Is it possible to directly include the arm64 arch into the distributed package?
Thanks!
The text was updated successfully, but these errors were encountered: