[pypy-dev] pypy3 - Import cv2

2019-02-14 Thread Amy
Hi, I found a problem while using cv2. In my code, I already imported cv2 and installed pip install opencv-python already, however, it gives following error. Collecting cv2 Could not find a version that satisfies the requirement cv2 (from versions: ) No matching distribution found for cv2. Wh

[pypy-dev] Using Opencv-python with Pypy

2019-02-13 Thread Amy
Hi, I am Amy and using pypy with python3.6.6. I need to import "python -m pip install opencv-python" to run the program and try to import with pypy like "pypy3 -m pip install opencv-python". However, it give an error: "Could not find a version that satisfies the requir