Ask Your Question

Swetha's profile - activity

2021-03-11 18:39:44 +0200 received badge  Popular Question (source)
2019-08-28 12:52:22 +0200 received badge  Student (source)
2019-08-23 04:51:48 +0200 commented answer How do I install opencv in SageMath 8.8 on Windows 10

I did try " pip install opencv_python" and get the same error.

(sage-sh) ssally@SSALLY:~$ pip install opencv_python DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support (https://pip.pypa.io/en/latest/develop...) Collecting opencv_python ERROR: Could not find a version that satisfies the requirement opencv_python (from versions: none) ERROR: No matching distribution found for opencv_python

(sage-sh) ssally@SSALLY:~$ pip install opencv-python ERROR: Could not find a version that satisfies the requirement opencv-python (from versions: none)

2019-08-03 20:44:58 +0200 asked a question How do I install opencv in SageMath 8.8 on Windows 10

I've tried "pip install opencv-python" from SageMath8.8 Shell. But I'm getting the below error

(sage-sh) ssally@SSALLY:Downloads$ pip install opencv_python
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. 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