-
Notifications
You must be signed in to change notification settings - Fork 893
No such file or directory: '_skbuild/linux-aarch64-3.8/cmake-install/python/cv2/__init__.py' #600
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
Comments
I tried to reproduce this issue on Jetson nano, but without CUDA flags and did not faced the error. We had a hard dependency on My steps to reproduce w/o CUDA:
|
Hi @asenyaev, I just got the same error, but this might be due to compatibility issues. I happen to need OpenCV 2.4.13 as a dependency of another project, so I was following this post's steps. Additionally I run Ubuntu 18.04 (in WSL2) and am using a Conda environment with Python 2.7.17. Pip version is 20.3.4. The error message is as follows:
Any idea what can I do to fix this issue? |
It is unlikely that opencv-python still supports Python 2.7 (EOL in 2020).
AFAIK, Try to build OpenCV Python bindings from OpenCV upstream source code. |
I'm not sure what you mean, but I found that the package, which is installable with pip, that is
Again, what I did was, what was described in the stack overflow post, namely:
Everything worked up untill step 4, where after building everything successfully, it started installing some thng in the Honestly speaking I've never had any issues with OpenCV, so I might be misunderstanding you, in which case I'm sorry. |
you are right. but where can i find the wheel after the build? I can't find something like |
ok. got solved. |
Sorry for reviving this issue, but I just tried installing OpenCV on a fairly fresh Raspberry Pi using
Based on your comment @alalek, I assume this is the culprit: This was generated by pip, so please let me know if I need to report this somewhere else. |
@kb173 I am also having this issue on a new raspberry pi |
@kb173 me as well |
same issue while trying to |
same to me on Raspberry Pi4 4 GB: note: This error originates from a subprocess, and is likely not a problem with pip. |
"Hi there! Have you managed to resolve the code problem you were facing? Could you please share any updates or let me know if you need further assistance?" |
For me 'pip3 install --upgrade pip' didn't work on python3 / piZero2 But: 'apt install python3-opencv' which will install the prebuilt wheel worked fine. |
Expected behaviour
Build wheel successfully on jetson xavier nx
Actual behaviour
Build wheel failed at the end of the build phase
See my log
log.txt
Steps to reproduce
Issue submission checklist
opencv-python
The text was updated successfully, but these errors were encountered: