Closed xbais closed 2 years ago
same issue...any solution now?
The issue is somewhere with pybind11-dev
apt package getting installed in the Colab runtime.
Doing :
!pip install "pybind11[global]"
...instead of :
!sudo apt install pybind11-dev
...and then proceeding with the usual steps works for me....(for now).
(Refer : https://github.com/hfutcgncas/normalSpeed/issues/3)
Hello. I am trying to run the code on Google Colab. While trying to install the third party dependency (following the instructions given in the Dockerfile)
octree_handler
via the command:cd depoco/submodules/octree_handler && pip3 install -U .
...I get the following error: