[pypy-dev] Using Opencv-python with Pypy

Mohamed Yousif mmbusif at gmail.com
Wed Feb 13 04:50:25 EST 2019


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 with pypy.

Regards

On Wed, Feb 13, 2019 at 11:39 AM Amy <ekim94525 at gmail.com> wrote:

> 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 versions:
> )
> No matching distribution found for opencv-python
> You are using pip version 9.0.1, however version 19.0.2 is available.
> You should consider upgrading via the 'python -m pip install --upgrade
> pip' command." (by the way, I upgraded all the tools (pip and wheel) to the
> lastest version but they keep saying me to upgrade it). Do you have any
> idea to solve this problem?
>
> I need pypy to upgrade the speed of my program which is reading a large
> video and want to increase the average frame numbers.
>
>  Thank you!
> _______________________________________________
> pypy-dev mailing list
> pypy-dev at python.org
> https://mail.python.org/mailman/listinfo/pypy-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20190213/1b58c363/attachment.html>


More information about the pypy-dev mailing list