Replies: 1 comment
-
|
See here: #8536 (comment) |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I try to fix the installation of matplotlib on a Raspberry Pi, see: install matplotlib binary doesn't work in RPi! django-for-runners_ynh/issues/19
The problem: Only piwheels.org contains the arm wheel binary and pypi.org not. I create the poetry.lock on my non ARM system, so it doesn't contain the arm wheel.
The result is, that the installation taks hours on RPi, because it compiles matplotlib from sources :(
I tried to add this to my pyproject.toml:
But this also doesn't insert the piwheels arm wheels in poetry.lock and/or exported requirements.txt :(
Any idea?
Beta Was this translation helpful? Give feedback.
All reactions