You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`setup.py` expects to be able to find git tags in order to properly set
the package version. If a fork does not have any tags, `pip install -e
.` will fail due to the default `"unknown"` being an invalid version.
0 commit comments