Can this package installed under python3 virtual environment? I tried to run the following command in cmake:
cmake .. -DCMAKE_INSTALL_PREFIX=/home/xxx/venv
But ImportError appears:
ImportError: No module named 'orbslam2'
Is there a way to install orbslam2 in Python3? Thank you!
Can this package installed under python3 virtual environment? I tried to run the following command in cmake:
But ImportError appears:
Is there a way to install
orbslam2in Python3? Thank you!