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
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
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