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
Make sure to run the creation with -vvv --with-traceback:
test-pypa > python -m virtualenv 'test-other' -vvv -with-traceback155 setup logging to NOTSET [DEBUG report:36]166 find interpreter for spec PythonSpec(path=/private/tmp/test-pypa/bin/python) [INFO builtin:72]168 filesystem is not case-sensitive [DEBUG info:25]168 TypeError: object.__init__() takes exactly one argument (the instance to initialize) [ERROR __main__:62]Exception ignored in: <function BaseFileLock.__del__ at 0x1031f80e0>Traceback (most recent call last): File "/private/tmp/test-pypa/lib/python3.11/site-packages/filelock/_api.py", line 365, in __del__ self.release(force=True) File "/private/tmp/test-pypa/lib/python3.11/site-packages/virtualenv/util/lock.py", line 34, in release with self.thread_safe: ^^^^^^^^^^^^^^^^AttributeError: '_CountedFileLock' object has no attribute 'thread_safe'
The text was updated successfully, but these errors were encountered:
Issue
Cannot create a virtual environment with the latest filelock.
Environment
Provide at least:
pip list
of the host python wherevirtualenv
is installed:Output of the virtual environment creation
Make sure to run the creation with
-vvv --with-traceback
:The text was updated successfully, but these errors were encountered: