decord icon indicating copy to clipboard operation
decord copied to clipboard

Install from source to colab, can't find CMakeLists

Open jianmosier opened this issue 5 years ago • 1 comments

In order to run decord with powerful compute,I chose colab run it. And I input command one by one according the order. When I run this command

!cmake .. -DUSE_CUDA=0
!make

There throw a error as below

CMake Error: The source directory " / " does not appear to contain CMakeLists.txt.

Any advice?

jianmosier avatar Apr 23 '20 10:04 jianmosier

Looks like your current working dir is not the one inside decord/build

zhreshold avatar Apr 23 '20 17:04 zhreshold