Hey all, I'm getting an issue with generating lock...
# general
s
Hey all, I'm getting an issue with generating lockfiles. I know the issue isn't caused by pants, but could anyone point me towards reproducing directly via pip/pex or documentation about metadata in packages?
Copy code
➜  pants generate-lockfiles --resolve=x                                         
13:53:47.16 [INFO] Completed: Generate lockfile for ticketintercepter
13:53:47.16 [ERROR] 1 Exception encountered:
Engine traceback:
  in `generate-lockfiles` goal

ProcessExecutionFailure: Process 'Generate lockfile for x' failed with exit code 1.
stdout:

stderr:
No distribution metadata found for seqeval==1.2.2.
w
s
Very, I should try searching 🙃
ty
r
By the way in order to reproduce generic lockfile issues, someone suggested to use
uv
in another thread
👍 1