- 
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?