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

publish_common.yml made a reference to non-existing mike version (1.2.0) #951

Open
bact opened this issue Apr 28, 2024 · 0 comments
Open

Comments

@bact
Copy link
Contributor

bact commented Apr 28, 2024

publish_common.yml made a reference to mike==1.2.0

run: pip install mike==1.2.0

But that version does not existed.

mike has version 1.1.2 and then 2.0.0.
Ref: https://pypi.org/project/mike/#history

% pip install mike==1.2.0
ERROR: Ignored the following yanked versions: 0.6.0
ERROR: Could not find a version that satisfies the requirement mike==1.2.0 (from versions: 0.1.1, 0.2.0, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.4.0, 0.4.1, 0.4.2, 0.5.0, 0.5.1, 0.5.2, 0.5.3, 0.5.4, 0.5.5, 1.0.0, 1.0.1, 1.1.0, 1.1.1, 1.1.2, 2.0.0)
ERROR: No matching distribution found for mike==1.2.0
% 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant