uzh-rpg/rpg_vid2e

Installing esim_py failed

Closed this issue · 9 comments

Thanks for your pathbreaking work!
While trying to install esim_py on google colaboratory, they are giving the following output. As suggested, I've run the following lines of code to adapt the CUDA toolkit version:

cuda_version=10.1
!conda create -y -n vid2e python=3.7
!conda activate vid2e
!conda install -y pytorch torchvision cudatoolkit=$cuda_version -c pytorch
!conda install -y -c conda-forge opencv tqdm scikit-video eigen boost boost-cpp pybind11

Can you suggest a possible solution to solve this issue? Thanks in advance.
image

Hi, unfortunately, from the error message I cannot tell where the problem lies. Can you share with me more details of what failed in the installation?

HI, I am sharing the colab notebook link here. You can see the details from here. Thanks in advance.

Extremely sorry for that. I had changed that link thereafter, please check. Thanks.

Sure. You can run the whole notebook once and find the logs under the 'Runtime' section, as shown in this figure. Again, thanks for looking into the notebook.
image

This issue has been solved by the most recent commit. You can now pull the binaries precompiled.

Hi @Anindya2001 , were you able to run this on colab?