<#19463 error: KeyError: 'Version'> Issue created ...
# github-notifications
c
#19463 error: KeyError: 'Version' Issue created by ethanquix Describe the bug When running
pants tailor ::
I have this error message:
Copy code
❯ pants tailor ::
14:39:18.16 [INFO] Initialization options changed: reinitializing scheduler...
14:39:24.10 [INFO] Scheduler initialized.
14:39:28.41 [ERROR] 1 Exception encountered:

Engine traceback:
  in `tailor` goal

KeyError: 'Version'
Pants version 2.16.0 OS MacOS Additional info Here is my pants.toml:
Copy code
[GLOBAL]
pants_version = "2.16.0"

backend_packages = [
    "pants.backend.experimental.go",
    "pants.backend.python",
]

[golang]
minimum_expected_version = "1.20"
The first
pants tailor ::
works, but if I run it again I have this issue. It happens also when I run other commands like:
Copy code
❯ pants list ::
14:55:53.45 [ERROR] 1 Exception encountered:

Engine traceback:
  in `list` goal
  in Find targets from input specs

KeyError: 'Version'
pantsbuild/pants