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
The package is defined in pyproject.toml, which is an alternative to setup.py. The error that you observe is most likely due to an outdated version of pip, run python3.9 -m pip install --upgrade pip to upgrade.
When trying to install your package with
python3.9 -m pip install -e "git+https://github.com/cvg/GeoCalib#egg=geocalib"
, this happens:I can confirm that the repo was successfuly cloned to
/home/hso/src/geocalib
, however thesetup.py
file is absent.Am I missing something?
Thanks!
The text was updated successfully, but these errors were encountered: