How do I install opencv in pypy?

Viewed 29

Hello I recently switched to pypy and I am unable to install opencv I used "pypy3 -m pip install opencv-python", Here is my error message:

      note: This error originates from a subprocess, and is likely not a problem with pip.
    error: subprocess-exited-with-error
    
    × pip subprocess to install build dependencies did not run successfully.
    Γöé exit code: 1
    Γò░ΓöÇ> See above for output

note: This error originates from a subprocess, and is likely not a problem with pip.
0 Answers
Related