Installation fails for mahotas on linux-aarch64 #5574
-
Installing the mahotas library fails on ARM linux distros with:
Installation works with pip: $ python3.7 -m pip install mahotas Poetry has been installed with: $ curl -sSL https://install.python-poetry.org | python3.7 - Any ideas? |
Beta Was this translation helpful? Give feedback.
Answered by
clintonroy
May 9, 2022
Replies: 2 comments 2 replies
-
If you check out https://pypi.org/project/mahotas/#files you can see there's no source distribution and no arm build. Pip is probably downloading 1.4.11, which does have a source dist. try poetry add mahotas==1.4.11 |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
ligaz
-
I dunno to be honest. It's better in some regards, worse in others. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you check out https://pypi.org/project/mahotas/#files you can see there's no source distribution and no arm build. Pip is probably downloading 1.4.11, which does have a source dist.
try poetry add mahotas==1.4.11