How to use Kria-PYNQ from the command line?

Hi there,

This is probably because from v2.7 we are running inside a virtual environment.

Instead of running python in sudo try:

sudo -i
source /etc/profile.d/pynq_venv.sh
python3

Thanks
Shawn

2 Likes