We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I can install the library and run it. However, I'm facing problems when trying to setup the binding for python.
I use the anaconda environment. When I follow the installation instructions in readme, I get ModuleNotFoundError: No module named 'PySESync'.
ModuleNotFoundError: No module named 'PySESync'
I also tried manually set the python site lib: set(Python3_USER_SITE_LIB "/home/vy/anaconda3/envs/habitat/lib/python3.9/site-packages/")
set(Python3_USER_SITE_LIB "/home/vy/anaconda3/envs/habitat/lib/python3.9/site-packages/")
but this doesn't solve my problem.
Am I missing something?
Also, the library doesn't recognize FIX token in g2o file which usually stands for the nodes which are not optimized.
FIX
g2o
Finally, when running the cpp library on the g2o file, where are the results stored?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I can install the library and run it. However, I'm facing problems when trying to setup the binding for python.
I use the anaconda environment. When I follow the installation instructions in readme, I get
ModuleNotFoundError: No module named 'PySESync'
.I also tried manually set the python site lib:
set(Python3_USER_SITE_LIB "/home/vy/anaconda3/envs/habitat/lib/python3.9/site-packages/")
but this doesn't solve my problem.
Am I missing something?
Also, the library doesn't recognize
FIX
token ing2o
file which usually stands for the nodes which are not optimized.Finally, when running the cpp library on the
g2o
file, where are the results stored?The text was updated successfully, but these errors were encountered: