Hi there, I am seeing this error `No distribution ...
# general
d
Hi there, I am seeing this error
No distribution metadata found for pygithub==2.1.2.dev13+g232df79
when trying to lock a resolve for a package using
git+
. I tried using latest pex version
v2.1.155
but still seeing the same issue. I verified I can install this package at that commit using
pip install
. Any idea what is going on or any workarounds?
h
Are you running Pants, or standalone
pex
? A small demo repo that exhibits the problem would be helpful.