Relative Content

Tag Archive for pythonopencvpycharm

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 […]

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