I am trying to run a python script using OpenCV with PyPy, but all the documentation that I found didn't work.
The installation of PyPy went well, but when I try to run the script it says that it can't find OpenCV modules like 'cv2' for example, despite having cloned opencv for pypy directly from a github repository.
I would need to know how to do it exactly.