I want to use pypy to gain speed for a project I am doing and I need to use opencv and numpy but when trying to install opencv from pycharm interpreter settings I get the following error:
Collecting opencv-python
DEPRECATION: A future version of pip will drop support for Python 2.7. ERROR: Could not find a version that satisfies the requirement opencv-python (from versions: none) ERROR: No matching distribution found for opencv-python
how to install opencv to use with pypy?