-
Notifications
You must be signed in to change notification settings - Fork 20
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
For ARM, Weboob requires some extra dependencies #17
Comments
can you please try the testing branch?
|
I installed it, and it worked. It took only 900s (15min), compared to previous installs which was 3hours due to compiling \o/. I think however that, the developpement dependencies ( |
I removed the dev dependencies, can you please test again and confirm it
works?
(same command as earlier)
|
fixed by #21 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some python modules required by weboob are not distributed for ARM architectures. They need to be compiled and need some extra dev dependancies:
libxslt-dev libjpeg-dev libxml2-dev
I tested on raspberry pi 2
As this does not affect the othre 'normal' architectures, a test on the arch using the result of the command
arch
could be interesting.The text was updated successfully, but these errors were encountered: