-
Beta Was this translation helpful? Give feedback.
Answered by
Mengzou01
Feb 22, 2025
Replies: 1 comment 2 replies
-
Hi @Mengzou01, Did you solve the issue? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi auphelia,
Thank you for your helping, I have already solve the issue. Which I also replied the Issue in #1070
The error may be caused because the Python path used by sudo is not the correct one that contains the PYNQ module.
So, use the command: 'sudo -E /usr/local/share/pynq-venv/bin/python3' instead of 'sudo python3'.
L.