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

error: failed to select a version for the requirement rustc_version = "^0.1" #203

Closed
xuqinghan opened this issue Feb 26, 2021 · 1 comment

Comments

@xuqinghan
Copy link

install https://github.com/davenza/kde_ocl

got error:

python setup.py install
running install
running bdist_egg
running egg_info
writing kde_ocl.egg-info/PKG-INFO
writing dependency_links to kde_ocl.egg-info/dependency_links.txt
writing requirements to kde_ocl.egg-info/requires.txt
writing top-level names to kde_ocl.egg-info/top_level.txt
reading manifest file 'kde_ocl.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'kde_ocl.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
Updating crates.io index
error: failed to select a version for the requirement rustc_version = "^0.1"
candidate versions found which didn't match: 0.3.3, 0.3.2, 0.3.1, ...
location searched: crates.io index
required by package ocl-core v0.11.2
... which is depended on by ocl v0.19.3

@WaffleLapkin
Copy link

This is related to the yank of 0.1.* crate versions of rustc_version. This can be fixed by updating deps, like in this PR.

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

3 participants