Pip3 install --upgrade error

  • PYNQ version (e.g. v2.3):

  • Board name (e.g. Pynq-Z2):

  • Description:

    sudo pip3 install --upgrade git+https://github.com/Xilinx/PYNQ.git
    I get the error as follows:

    In file included from _xiic/xiic_g.c:40:0:
    common/armv7l/xparameters.h:19:10: fatal error: xparameters_ps.h: No such file or directory
    #include “xparameters_ps.h”
    ^~~~~~~~~~~~~~~~~~
    compilation terminated

Is anyone meet this too? How to compile the c or cpp project?

Hi there!
as of now, I would not reccommend pip-installing from the repo directly. We are moving away from it.

For now, please download the pynq-2.5 sdist tarball from here (in particular this link)
and then do:
sudo pip3 install --upgrade pynq-2.5.tar.gz

Let me know if this works.