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

virtualenv 20.0.21 has requirement importlib-resources<2,>=1.0; but you'll have importlib-resources 2.0.0 which is incompatible. #1854

Closed
Aricg opened this issue Jun 11, 2020 · 5 comments
Labels

Comments

@Aricg
Copy link

Aricg commented Jun 11, 2020

Issue
importlib-resources bumped to 2.0
https://gitlab.com/python-devs/importlib_resources/-/issues/96

I think this line needs a bump as well.
./setup.cfg: importlib-resources>=1.0;python_version<"3.7"

ERROR: virtualenv 20.0.21 has requirement importlib-resources<2,>=1.0; python_version < "3.7", but you'll have importlib-resources 2.0.0 which is incompatible.

@Aricg Aricg added the bug label Jun 11, 2020
@gaborbernat
Copy link
Contributor

Already resolved via #1851, just not yet released

@Aricg
Copy link
Author

Aricg commented Jun 12, 2020

Any chance we are getting a point release for this? I can't speak for anyone else, but I have to deploy code changes across many ci systems to work around this..

@gaborbernat
Copy link
Contributor

Will do today.

@Aricg
Copy link
Author

Aricg commented Jun 12, 2020

Amazing, thank you!

@gaborbernat
Copy link
Contributor

@pypa pypa locked and limited conversation to collaborators Jan 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants