Hi, I am trying to use the PYNQ board for Optical Character Recognition (OCR). I found this git repo that does exactly what I am looking for; however, it is a few years old and is still using Xlnk.
So, when I try to clone the github, I get the following error in the terminal:
File "/tmp/pip-req-build-h3_p2379/lstm/lstm.py", line 36, in <module>
from pynq import Overlay, PL, Xlnk
ImportError: cannot import name 'Xlnk' from 'pynq' (/usr/local/lib/python3.8/dist-packages/pynq/\_\_init__.py)
Does anyone have any suggestions/tips on how to work around this?
I considered going back to SD image v2.6; however, I am having a difficult time finding the image file. I tried this site; however, when you click PYNQ-Z2 v2.6.0 SDCard image, nothing happens.
Thanks!