-
Notifications
You must be signed in to change notification settings - Fork 52
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
Ultra96 v2 pynq problem installing ComputerVision repo #30
Comments
Hey I've run into the same kind of problem today. I am myself a beginner, but what worked for me is just remove the "--upgrade". The "upgrade" flag tries to upgrade all dependent packages to the latest available version. If I understood the Error Message correctly, it isn't possible to cythonize pandas with the cython version of the board. I also tried to upgrade cython to the version "0.23.13" but it threw out another error message related to NumPy, which I didn't understand. So I just tried to install PYNQ-ComputerVision without the upgrade and it worked: |
Oh yeah I also encountered this problem yesterday. I thought it was related with not using "--upgrade" flag during installation, so I searched a little further and found out that, if you use "pip3 install --upgrade Cython" and run after that "sudo pip3 install --upgrade git+https://github.com/Xilinx/PYNQ-ComputerVision.git" it works too (takes quite some time) and you can install the repository, however I got still the same error message. So I asked on the PYNQ Community for help. I am unfortunately also out of my knowledge why this happend. |
This problem disappeared after i change my sdcard image to ultra96 v2 v2.4. |
Haha awesome that is nice! Yes I also used ultra96 v2 v2.5. |
Hey @tim7107 , just want to notify you that my error got fixed and was able to use the repository. The pynq community helped me. You can read the solution how to use the PYNQ-ComputerVision with PYNQ Version 2.5. |
Thank a lot bro! |
I just wanted to confirm that you can get the PYNQ ComputerVision working on an Ultra96V2, through the following steps:
|
Hi, i just start using ultra96 v2 board for jsut a short time.
The sdcard image i used is ultra96 v2 v2.4.
I had setted up pynq successfully and can connect to jupyter.
I want to run some code using opencv.
But when i try this command " sudo pip3 install --upgrade git+https://github.com/Xilinx/PYNQ-ComputerVision.git " on terminal.
I meet this problem and do not know where the problem!
Hope someone can teach me!
Thanks a lot a lot a lot.
Tim
The text was updated successfully, but these errors were encountered: