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
poetry install
Creating virtualenv chrome-gpt-znLkX84X-py3.11 in XXX
RuntimeError
The lock file is not compatible with the current version of Poetry.
Upgrade Poetry to be able to read the lock file or, alternatively, regenerate the lock file with the `poetry lock` command.
at /usr/lib/python3.11/site-packages/poetry/packages/locker.py:481 in _get_lock_data
477│ "Upgrade Poetry to ensure the lock file is read properly or, alternatively, "
478│ "regenerate the lock file with the `poetry lock` command."
479│ )
480│ elif not lock_version_allowed:
→ 481│ raise RuntimeError(
482│ "The lock file is not compatible with the current version of Poetry.\n"
483│ "Upgrade Poetry to be able to read the lock file or, alternatively, "
484│ "regenerate the lock file with the `poetry lock` command."
485│ )
I tried to lock, same error.
Poetry version 1.1.14
The text was updated successfully, but these errors were encountered:
Hello,
I tried on Fedora 37 without success 😞
I tried to lock, same error.
Poetry version 1.1.14
The text was updated successfully, but these errors were encountered: