Answers for "condaerror: could not find a version that satisfies the requirement virtualenv (from versions: none)"

2

ERROR: Could not find a version that satisfies the requirement cv2 (from versions: none)

# ERROR: Could not find a version that satisfies the requirement cv2 (from versions: none)
$ pip install opencv_contrib_python
Posted by: Guest on July-26-2021
5

linux Could not find a version that satisfies the requirement

#instead of requirements.txt use
python3 -m pip install <pkg>
# Some packages just want your personal attention...
Posted by: Guest on February-03-2021

Code answers related to "condaerror: could not find a version that satisfies the requirement virtualenv (from versions: none)"

Browse Popular Code Answers by Language