cvg / LightGlue

LightGlue: Local Feature Matching at Light Speed (ICCV 2023)
Apache License 2.0
3.15k stars 291 forks source link

ERROR in the Installation #104

Open Gxhappiness opened 5 months ago

Gxhappiness commented 5 months ago

ERROR: Could not find a version that satisfies the requirement setuptools>=40.8.0 (from versions: none) ERROR: No matching distribution found for setuptools>=40.8.0

how should i do

sarlinpe commented 5 months ago

Try

python -m pip install --upgrade setuptools
python -m pip install --no-build-isolation -e .