Closed Nopileos2 closed 6 years ago
Hi,
which PYNQ image are you using?
You can discover the version with the instruction: python3.6 -m pip show pynq
Hello sorry for the delayed response, this is the output of the command:
Name: pynq Version: 1.4 Summary: Python for Xilinx package Home-page: https://github.com/Xilinx/PYNQ Author: XilinxPythonProject Author-email: pynq_support@xilinx.com License: UNKNOWN Location: /opt/python3.6/lib/python3.6/site-packages Requires:
I was not able to run tiny-yolo-image-loop.ipynb out of the box, when trying to run the code in the box after "2. Launch Demo", I got this error
I was able to fix this with adding the following line to the imports
from IPython.display import display