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
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.
The text was updated successfully, but these errors were encountered:
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..
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.
The text was updated successfully, but these errors were encountered: