-
Notifications
You must be signed in to change notification settings - Fork 891
installation is stuck at building wheel #391
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
@Abhranta ok so coincidently I too faced the similar issue just now 👇 I am a Windows 64 - bit user
TEMPORARY SOLUTION ✅ So for now you can download the previous version (i.e opencv-python 4.4.0.42) and it will work fine and your job gets done. Hope this helps 😊 |
hi @TheDudeThatCode ,
|
You can't install the packages because the builds were (and still are) in progress. Please pin your dependencies as @TheDudeThatCode wrote above. When builds are finished, you can safely upgrade (the new release contains only bug fixes and drops Python 3.5 support). The releases are usually ready when there are release notes at https://github.com/skvark/opencv-python/releases. Build progress: https://ci.appveyor.com/project/skvark/opencv-python and https://travis-ci.com/github/skvark/opencv-python/builds @siddharthcb This project does not support ARM platforms. Therefore your installation will always fail. Source build fails because |
@skvark is it possible to build from source for arm64? |
If you manage to get the |
Met the same problem, solving by upgrade pip before install opencv, |
thanks bro, this worked for me |
just:
it works fine for me. |
Thanks man!
|
You save my life |
Weekend saved. Thanks |
I'm getting this with 4.8.1.78. |
thank you! it also works for me
|
4.5.3.56 does install very quickly however I get this error when running my script |
try this version ##pip install opencv-python==4.5.3.5 |
Expected behaviour
I expected to module to install very fast.
Actual behaviour
Building wheel for opencv-python (PEP 517) takes forever to run.
Steps to reproduce
Issue submission checklist
opencv-python
The text was updated successfully, but these errors were encountered: