colmap / pycolmap

Python bindings for COLMAP
BSD 3-Clause "New" or "Revised" License
858 stars 125 forks source link

Trying to install pycolmap either via the pip or via source not working #249

Closed dhruvmalik007 closed 5 months ago

dhruvmalik007 commented 5 months ago

Problem:

I have installed via pip install pycolmap but there is no installation of the package and I am not able to import the package, at the same time if I am trying to install via source build git clone -b master GitHub.com/colmap/pycolmap && cd pycolmap && python -m pip install . there is build error.

sarlinpe commented 5 months ago

Please clearly report the error encountered with fulls logs, the expected behavior, and the specifications of your system (OS, Python version, etc.)

dhruvmalik007 commented 5 months ago

sure:

Logs for the pycolmap installation:

even when I set correctly the python interpreter.

sarlinpe commented 5 months ago

These are not logs.

dhruvmalik007 commented 5 months ago

ok no worries, the issue was resolved due to the issues in the vscode linting .