You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when the pip version is <=24.0, I can get the available package version by type "pip install packagename==" .
pip install ultralytics==
ERROR: Ignored the following yanked versions: 8.0.12, 8.0.15, 8.0.129, 8.0.174, 8.0.177, 8.1.21, 8.1.31, 8.2.7, 8.2.47
ERROR: Could not find a version that satisfies the requirement ultralytics== (from versions: 0.0.13, 0.0.14, 0.0.15, 0.0.16, 0.0.17, 0.0.18, 0.0.19, 0.0.20, 0.0.21, 0.0.22, 0.0.23, 0.0.24, 0.0.25, 0.0.26, 0.0.27, 0.0.28, 0.0.29, 0.0.30, 0.0.31, 0.0.32, 0.0.33, 0.0.34, 0.0.35, 0.0.36, 0.0.37, 0.0.38, 0.0.39, 0.0.40, 0.0.41, 0.0.42,8.2.60, 8.2.61, 8.2.62, 8.2.63, 8.2.64, 8.2.65, 8.2.66, 8.2.67, 8.2.68, 8.2.69, 8.2.70, 8.2.71, 8.2.72, 8.2.73, 8.2.74, 8.2.75, 8.2.76, 8.2.77, 8.2.78, 8.2.79)
ERROR: No matching distribution found for ultralytics==
But now, The stupid upgrade made this
pip install opencv-python==
ERROR: Invalid requirement: 'opencv-python==': Expected end or semicolon (after name and no valid version specifier)
opencv-python==
^
Description
when the pip version is <=24.0, I can get the available package version by type "pip install packagename==" .
But now, The stupid upgrade made this
Expected behavior
No response
pip version
24.2
Python version
3.11
OS
ubuntu
How to Reproduce
pip install ultralytics==
Output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: