Dear support team,
I want to use ADALM-PLUTO in python.
But when I use the provided pyadi-iio, I get an error.
C:\Work\python\sdr>python
Python 3.7.9 (tags/v3.7.9:13c94747c7, Aug 17 2020, 18:58:18) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import adi
>>> sdr = adi.Pluto("ip:192.168.2.1")
Fatal: program compiled against libxml 20 using libxml 2
Fatal: program compiled against libxml 20 using libxml 2
Warning: program compiled against libxml 2090 using older 209
>>>
What's wrong?