Emanolo78
Emanolo78

Reputation: 319

How to install pandasdmx on raspbian raspberry pi

I tried to install a pandasdmx package on Raspbian (Linux for Raspberry Pi).
It failed because in is not possible to install libxml2 on the Raspbian.
Here is the error message that I get:

*********************************************************************************  
Could not find function xmlCheckVersion in library libxml2. Is libxml2   installed?  
********************************************************************************* 

error: command 'arm-linux-gnueabihf-gcc' failed with exit status 1  

Before this, I installed the libxl2 manually using this post, and the installation did seem to work.

Any hint?

Upvotes: 0

Views: 69

Answers (1)

Emanolo78
Emanolo78

Reputation: 319

I found the answer. The problem was in the libxml installation.
The proper way to do it on raspbian:
Why can't I get `pip install lxml` to work within a virtualenv?

Upvotes: 0

Related Questions