-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation Issue for VO_Module #15
Comments
same problem |
1 similar comment
same problem |
Same problem. |
So is there any solution for this issue? |
I have made a docker container wioth working PVO. Please find it here: https://hub.docker.com/r/venkatsbitra/pvo |
I have made code fixes in: https://github.com/VenkatSBitra/PVO |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: