Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip3 install fails ModuleNotFound error #19

Open
burkejoh opened this issue Oct 4, 2020 · 4 comments
Open

pip3 install fails ModuleNotFound error #19

burkejoh opened this issue Oct 4, 2020 · 4 comments

Comments

@burkejoh
Copy link

burkejoh commented Oct 4, 2020

On PYNQ 2.5
REVISION : Release 2019_10_03 3f63450
Board: ZCU104

Brand new install on new SD supplied with board

Run from terminal: sudo pip3 install pynq-helloworld

returns:

edited to here:
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-build-5lwuk5f6/pynq-helloworld/setup.py", line 39, in
from pynq.utils import build_py
ModuleNotFoundError: No module named 'pynq.utils'

@yunqu
Copy link

yunqu commented Oct 5, 2020

Upgrade your pynq to at least v2.5.1. You can do sudo pip3 install pynq first.

@burkejoh
Copy link
Author

burkejoh commented Oct 5, 2020 via email

@yunqu
Copy link

yunqu commented Oct 5, 2020

Try sudo pip3 install pynq==2.5.1

@burkejoh
Copy link
Author

burkejoh commented Oct 5, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants