Skip to content
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

Closed
ZeHiro opened this issue Aug 11, 2018 · 4 comments
Closed

For ARM, Weboob requires some extra dependencies #17

ZeHiro opened this issue Aug 11, 2018 · 4 comments

Comments

@ZeHiro
Copy link

ZeHiro commented Aug 11, 2018

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.

@Jibec
Copy link
Contributor

Jibec commented Sep 2, 2018

can you please try the testing branch?

sudo yunohost app install https://github.com/YunoHost-Apps/kresus_ynh/tree/testing --debug
or
sudo yunohost app upgrade kresus -u https://github.com/YunoHost-Apps/kresus_ynh/tree/testing --debug

@ZeHiro
Copy link
Author

ZeHiro commented Sep 3, 2018

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 (libxslt-dev libjpeg-dev libxml2-dev) are not anymore useful as we allow the virtualenv to use the global ackages like python-lxml and python-pillow.

@Jibec
Copy link
Contributor

Jibec commented Sep 3, 2018 via email

@Jibec
Copy link
Contributor

Jibec commented Sep 17, 2018

fixed by #21

@Jibec Jibec closed this as completed Sep 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants