You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to install Pynq-ComputerVision on Pynq-Z1 with version 2.7
The command
sudo pip3 install --upgrade git+https://github.com/Xilinx/PYNQ-ComputerVision.git
trying the filter2d example returns the following error
SError: Bitstream file /usr/local/lib/python3.8/dist-packages/pynq_cv/overlays/xv2Filter2DDilate.bit does not exist
When I copy the .bit .so and .hwh files from the repo to the Pynq-Z1 board I get the following error
ImportError: libopencv_shape.so.3.2: cannot open shared object file: No such file or directory
Is this still maintained under Pynq 2.7?
The text was updated successfully, but these errors were encountered:
Trying to install Pynq-ComputerVision on Pynq-Z1 with version 2.7
The command
sudo pip3 install --upgrade git+https://github.com/Xilinx/PYNQ-ComputerVision.git
trying the filter2d example returns the following error
SError: Bitstream file /usr/local/lib/python3.8/dist-packages/pynq_cv/overlays/xv2Filter2DDilate.bit does not exist
When I copy the .bit .so and .hwh files from the repo to the Pynq-Z1 board I get the following error
ImportError: libopencv_shape.so.3.2: cannot open shared object file: No such file or directory
Is this still maintained under Pynq 2.7?
The text was updated successfully, but these errors were encountered: