-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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 creation broken by filelock 3.15.0 release #2735
Comments
+1 this issue is occuring for us as well |
Wow, searching far and wide and just now found this issue. Looks like it's happening to everyone! For me, I'll just pin filelock for the time being: pip install --upgrade hatch filelock==3.14.0 |
The offending version of |
Note to others: if you're GH Actions checks are failing you may need to purge your env caches that are created by [edit] I removed my edit because I accidentally posted on the wrong repository! Apologies for the noise 🙏 |
I think this has resurfaced with |
Just noticed 3.15.2 is also yanked from PyPI |
3.15.3 was released, fixed the problem for me |
tox-dev/filelock#334 looks the likeliest culprit.
The text was updated successfully, but these errors were encountered: