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
Hi. I am trying to create pex file with jpype dependency. I am using pants build tool. I am getting an error when creating pex as there is no wheel for arm64 https://pypi.org/project/JPype1/#files. I am seeing the following error.
stderr:
No pre-built wheel was available for JPype1 1.5.0.
Successfully built the wheel JPype1-1.5.0-cp39-cp39-linux_x86_64.whl from the sdist JPype1-1.5.0.tar.gz but it is not compatible with the requested foreign target abbreviated platform cp38-cp38-linux_aarch64.
You'll need to build a wheel from JPype1-1.5.0.tar.gz on the foreign target platform and make it available to Pex via a `--find-links` repo or a custom `--index`.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi. I am trying to create pex file with jpype dependency. I am using pants build tool. I am getting an error when creating pex as there is no wheel for arm64 https://pypi.org/project/JPype1/#files. I am seeing the following error.
Beta Was this translation helpful? Give feedback.
All reactions