Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stupid upgrade #12927

Closed
1 task done
code-wangshuyi opened this issue Aug 21, 2024 · 1 comment
Closed
1 task done

stupid upgrade #12927

code-wangshuyi opened this issue Aug 21, 2024 · 1 comment
Labels
resolution: duplicate Duplicate of an existing issue/PR

Comments

@code-wangshuyi
Copy link

Description

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==
                 ^

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

@code-wangshuyi code-wangshuyi added S: needs triage Issues/PRs that need to be triaged type: bug A confirmed bug or unintended behavior labels Aug 21, 2024
@notatallshaw
Copy link
Member

Hi, while it is appreciated that you report issues it is not appreciated to name call work for an volunteer project.

You can see alternative solutions in this already reported issue #12852. If you have specific constructive questions, please ask them over there.

@notatallshaw notatallshaw closed this as not planned Won't fix, can't repro, duplicate, stale Aug 21, 2024
@notatallshaw notatallshaw added resolution: duplicate Duplicate of an existing issue/PR and removed type: bug A confirmed bug or unintended behavior S: needs triage Issues/PRs that need to be triaged labels Aug 21, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
resolution: duplicate Duplicate of an existing issue/PR
Projects
None yet
Development

No branches or pull requests

2 participants