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
When running
%%bash [[ ! -e /tools/google-cloud-sdk ]] && exit echo "Building TVM ..." cd "/content/gdrive/My Drive/tvm/build" make -j4
I get this error
Building TVM ... [ -2%] Performing configure step for 'project_libbacktrace' CMakeFiles/project_libbacktrace.dir/build.make:107: recipe for target 'libbacktrace/src/project_libbacktrace-stamp/project_libbacktrace-configure' failed CMakeFiles/Makefile2:146: recipe for target 'CMakeFiles/project_libbacktrace.dir/all' failed [ 0%] Built target vta_tsim [ 85%] Built target tvm_objs Makefile:129: recipe for target 'all' failed /bin/sh: 1: /content/drive/My Drive/TESI/FastDepth/fast-depth/tvm/cmake/libs/../../3rdparty/libbacktrace/configure: Permission denied make[2]: *** [libbacktrace/src/project_libbacktrace-stamp/project_libbacktrace-configure] Error 126 make[1]: *** [CMakeFiles/project_libbacktrace.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... make: *** [all] Error 2
How can I fix it?
The text was updated successfully, but these errors were encountered:
I am getting the same error. Can you pls help@vegaluisjose
Sorry, something went wrong.
any updates on this? I am also getting the same error..
No branches or pull requests
When running
I get this error
How can I fix it?
The text was updated successfully, but these errors were encountered: