0

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?

Federico Grandi
  • 6,578
  • 4
  • 29
  • 49
Emanolo78
  • 191
  • 4
  • 9
  • Did the installation fail or did it throw the same error after the installation succeeded? can you please clarify it? – Kevin He Dec 02 '18 at 07:04

1 Answers1

0

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?

Emanolo78
  • 191
  • 4
  • 9