Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

RuntimeError: The lock file is not compatible with the current version of Poetry #347

Open
vyorkin opened this issue Aug 8, 2024 · 0 comments

Comments

@vyorkin
Copy link

vyorkin commented Aug 8, 2024

Hi!

I'm trying to follow the setup instructions from README.
Running tilt up gives me error:

  mev-inspect │        → Skipping virtualenv creation, as specified in config file.
  mev-inspect │        → 
  mev-inspect │        →   RuntimeError
  mev-inspect │        → 
  mev-inspect │        →   The lock file is not compatible with the current version of Poetry.
  mev-inspect │        →   Upgrade Poetry to be able to read the lock file or, alternatively, regenerate the lock file with the `poetry lock` command.
  mev-inspect │        → 
  mev-inspect │        →   at /usr/local/lib/python3.9/site-packages/poetry/packages/locker.py:481 in _get_lock_data
  mev-inspect │        →       477│                 "Upgrade Poetry to ensure the lock file is read properly or, alternatively, "
  mev-inspect │        →       478│                 "regenerate the lock file with the `poetry lock` command."
  mev-inspect │        →       479│             )
  mev-inspect │        →       480│         elif not lock_version_allowed:
  mev-inspect │        →     → 481│             raise RuntimeError(
  mev-inspect │        →       482│                 "The lock file is not compatible with the current version of Poetry.\n"
  mev-inspect │        →       483│                 "Upgrade Poetry to be able to read the lock file or, alternatively, "
  mev-inspect │        →       484│                 "regenerate the lock file with the `poetry lock` command."
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant