zju3dv / PVO

code for "PVO: Panoptic Visual Odometry", CVPR 2023
https://zju3dv.github.io/pvo/
206 stars 14 forks source link

Installation Issue for VO_Module #15

Open VenkatSBitra opened 8 months ago

VenkatSBitra commented 8 months ago

I am facing an issue where running "python setup.py install" in the VO_Module doesn't seem to be working and exits with an error.

The first error is: => => # /PVO/VO_Module/thirdparty/eigen/Eigen/SparseCore:11:10: fatal error: Core: No such file or directory
=> => # 11 | #include "Core"
=> => # | ^~
=> => # compilation terminated.

Then I get: subprocess.CalledProcessError: Command '['ninja', '-v']' returned non-zero exit status 1. (I installed ninja and still getting this issue.) RuntimeError: Error compiling objects for extension

Can you look into this and give some advice on how to resolve this? I will send more detailed logs if required.

P.S. I have been able to install the VPS_Module without any issues.

baojunqi commented 8 months ago

same problem

git-gfischer commented 8 months ago

same problem

Rizwan-S commented 8 months ago

Same problem.

xc-bnu commented 7 months ago

So is there any solution for this issue?

VenkatSBitra commented 7 months ago

I have made a docker container wioth working PVO. Please find it here: https://hub.docker.com/r/venkatsbitra/pvo

VenkatSBitra commented 7 months ago

I have made code fixes in: https://github.com/VenkatSBitra/PVO Also, you can directly use the docker container for the droidenv setup: https://hub.docker.com/r/venkatsbitra/pvo