cvg / GlueStick

Joint Deep Matcher for Points and Lines 🖼️💥🖼️ (ICCV 2023)
https://iago-suarez.com/gluestick
MIT License
564 stars 44 forks source link

install error #35

Open guoliangchao opened 3 weeks ago

guoliangchao commented 3 weeks ago

Hi,when I tried to install with pip install-e ., I was prompted with an error: File "setup.py" not found. I think this file was used to perform the installation. However, there is no such file in the warehouse. Does anyone know what's going on?

rpautrat commented 3 weeks ago

Hi, can you try without the editable option, i.e. with: pip install .?

guoliangchao commented 3 weeks ago

Hi, can you try without the editable option, i.e. with: pip install .?

Hello, thank you very much for replying to me. I followed the online tutorial and first executed pip install --upgrade pip to stop reporting this error. While this method works in virtual environments built in python, I still get an error when I use it in the conda virtual environment. I don't know why.