Re: [pypy-dev] Using Opencv-python with Pypy

2019-02-13 Thread Antonio Cuni
Hello Amy, On Wed, Feb 13, 2019 at 10:38 AM Amy wrote: > "pypy3 -m pip install opencv-python". However, it give an error: "Could > not find a version that satisfies the requirement opencv-python (from > versions: ) > No matching distribution found for opencv-python > This happens because opencv

Re: [pypy-dev] Using Opencv-python with Pypy

2019-02-13 Thread Mohamed Yousif
Apparently, your issue >"Could not find a version that satisfies the requirement opencv-python (from versions: ) is related to pip, and the suggested fix was to upgrade your pip ( https://pypi.org/project/opencv-python/). You may want to start with that. You will also need to find how opencv plays

[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 requirement opencv-python (from ve