Re: [pypy-dev] pypy3 - Import cv2

2019-02-14 Thread Matti Picus
On 15/2/19 2:22 am, Amy wrote: 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 ma

[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