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
Solution to issue cannot be found in the documentation.
I checked the documentation.
Issue
After the issue #6 has been solved on Nov 22, all new builds require ceres-solver >=2.2.0 . This unfortunately, forces the system to install a conda-forge version of pycolmap=0.4.0 that doesn't work. This has been documented in this issue. Unfortunately it seems that the problem is upstream and the package maintainers can't do anything about it and was fixed on 0.5.0.
However, pycolmap 0.5.0 is not compatible with pixsfm because it introduces breaking API changes.
Finally, there are working versions of 0.4.0, but all of them require ceres-solver >=2.1.0,<2.2.0a0 . I have tested all working versions of pycolmap and their requirements. The results are in the Installed packages box (it was too long to put it in the comment). Similarly, a list of the builds of pixsfm and their corresponding ceres-solver dependency is in Environment info.
My question is: Could you add a build of pixsfm that requires ceres-solver2.1.0? How can I add it myself?
Solution to issue cannot be found in the documentation.
Issue
After the issue #6 has been solved on Nov 22, all new builds require
ceres-solver >=2.2.0
. This unfortunately, forces the system to install a conda-forge version ofpycolmap=0.4.0
that doesn't work. This has been documented in this issue. Unfortunately it seems that the problem is upstream and the package maintainers can't do anything about it and was fixed on0.5.0
.However,
pycolmap 0.5.0
is not compatible withpixsfm
because it introduces breaking API changes.Furthermore, pycolmap version
0.4.0
is specified as requirement in pixsfm, and many have pointed out thatceres-solver=2.1.0
is also a requirement, as2.2.0
does not work.Finally, there are working versions of
0.4.0
, but all of them requireceres-solver >=2.1.0,<2.2.0a0
. I have tested all working versions ofpycolmap
and their requirements. The results are in the Installed packages box (it was too long to put it in the comment). Similarly, a list of the builds of pixsfm and their corresponding ceres-solver dependency is in Environment info.My question is: Could you add a build of pixsfm that requires
ceres-solver
2.1.0
? How can I add it myself?Thank you!
C
Installed packages
Environment info
The text was updated successfully, but these errors were encountered: