Resolution:
Our software was written and tested with Kuiper Linux 2021_r2 which is available from https://swdownloads.analog.com/cse/kuiper/image_2023-04-02-ADI-Kuiper-full.zip . It is not directly compatible with the latest Kuiper Linux 2023_r2 release because of a newer version of Matplotlib. However, there are two options you can do to make our software work on 2023_r2:
- You can downgrade the version of numpy by running "sudo pip install --force-reinstall numpy==1.22".
- You can recompile pyadi-iio by navigating to the pyadi-iio directory and running "make dev".
Option 1 was recommended by our Phaser experts at https://ez.analog.com/adieducation/university-program/f/q-a/591123/software-for-eval-cn0566-rpiz-is-not-operational, while option 2 was said to work by an ADI customer in the same EngineerZone discussion.