I have a lockfile generated by pex which contains ...
# general
m
I have a lockfile generated by pex which contains
bleurt@ git+<https://github.com/google-research/bleurt.git>; extra == "heavy"
under
requires_dists
, but this string causes a parse error later when attempting to build a pex from the lockfile (e.g., in
./pants run
). Is there a potential workaround for this issue? I reported the issue at https://github.com/pantsbuild/pants/issues/15614 which has more details