PYNQ-Z2: Embedded Vision Workshop Series with Adam Taylor
Getting Started | Getting Up and Running | Unlocking Your Inner PYNQ Hero | Project14 | PYNQ Workshop 
I've been cutting my teeth with this board since Sunday night. I completed all the lab one (with a great deal of effort required) prior to the first session of the "PYNQ-Z2: Embedded Vision Workshop (Zero to Hero) Series with Adam Taylor!" and followed along during the webinar on Tuesday.
Following the class, I figured I would flash another boot micro SD chip so any work that I did between now and the next class wouldn't jeopardize my chances of continuing where I left off for the second session.
After running an apt-get update from a terminal window started through Junyper. I started going through the online docs. When trying to follow the steps for "Alveo Getting Started Guide", I found that "pip install pynq" would not work, so I tried "pip3 install pynq"
When I tried the next step "pip3 install pynq-alveo-examples" I got the following feedback:
root@pynq:/home/xilinx# pip3 install pynq-alveo-examples
Collecting pynq-alveo-examples
0.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-build-hich32k7/pynq-alveo-examples/setup.py", line 17, in <module>
from pynq.utils import build_py
ModuleNotFoundError: No module named 'pynq.utils'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-hich32k7/pynq-alveo-examples/
I'm going to keep plugging away at trying to get a better understanding. At this point, I feel more than slightly overwhelmed.

Top Comments
-
beacon_dave
-
Cancel
-
Vote Up
+3
Vote Down
-
-
Sign in to reply
-
More
-
Cancel
-
equaltoall
in reply to beacon_dave
-
Cancel
-
Vote Up
0
Vote Down
-
-
Sign in to reply
-
More
-
Cancel
Comment-
equaltoall
in reply to beacon_dave
-
Cancel
-
Vote Up
0
Vote Down
-
-
Sign in to reply
-
More
-
Cancel
Children