I cannot import opencv-python in my project Pycharm
(myvenv) PS E:Python> pip install opencv-python Collecting opencv-python Using cached opencv-python-4.10.0.84.tar.gz (95.1 MB) Installing build dependencies … error error: subprocess-exited-with-error × pip subprocess to install build dependencies did not run successfully. │ exit code: 1 ╰─> [66 lines of output] Ignoring numpy: markers ‘python_version == “3.6” and platform_machine != “aarch64” and platform_machine != “arm64″‘ don’t […]
I cannot import opencv-python in my project Pycharm
(myvenv) PS E:Python> pip install opencv-python Collecting opencv-python Using cached opencv-python-4.10.0.84.tar.gz (95.1 MB) Installing build dependencies … error error: subprocess-exited-with-error × pip subprocess to install build dependencies did not run successfully. │ exit code: 1 ╰─> [66 lines of output] Ignoring numpy: markers ‘python_version == “3.6” and platform_machine != “aarch64” and platform_machine != “arm64″‘ don’t […]
Probem in pycharm compiler in my code grabFrame MSMF
[ WARN:[email protected]] global cap_msmf.cpp:1768 CvCapture_MSMF::grabFrame videoio(MSMF): can’t grab frame. Error: -2147483638
Why do I get Operands could not be broadcast together?
I am a beginner in programming. I tried to build this face blur app and then this problem occurs. Why is it? and how to fix it?
operands could not be broadcast together problem. help me
i am a beginner in programming help me. i tried to build this face blur app and then this problem occur. why is it? and how to fix it? it says this:
ValueError: operands could not be broadcast together with shapes (1,4) (0,)
after trying so hard to solve the “no module named cv2” issue then another issue occur. help me