Deep-Flow-Guided-Video-Inpainting icon indicating copy to clipboard operation
Deep-Flow-Guided-Video-Inpainting copied to clipboard

problem when install scripts.sh

Open 6Holmes opened this issue 6 years ago • 3 comments

Hello! I am a beginner, can you tell me how to solve it? Thanks a lot!

roo@lab-Lenovo:~/下载/Deep-Flow-Guided-Video-Inpainting-master$ bash install_scripts.sh Traceback (most recent call last): File "", line 1, in ImportError: No module named torch Compiling resample2d kernels by nvcc... rm: 无法删除'Resample2d_kernel.o': 没有那个文件或目录 rm: 无法删除'../_ext': 没有那个文件或目录 ./make.sh: 行 9: nvcc: 未找到命令 Traceback (most recent call last): File "build.py", line 2, in import torch ImportError: No module named torch Traceback (most recent call last): File "", line 1, in ImportError: No module named torch Compiling correlation kernels by nvcc... rm: 无法删除'correlation_cuda_kernel.o': 没有那个文件或目录 rm: 无法删除'../_ext': 没有那个文件或目录 ./make.sh: 行 11: nvcc: 未找到命令 Traceback (most recent call last): File "build.py", line 2, in import torch ImportError: No module named torch install_scripts.sh: 行 7: ./make.sh: 权限不够

6Holmes avatar Aug 09 '19 12:08 6Holmes

Hi @6Holmes , you can just try this command to promote the file's permission:

chmod +x ./make.sh

nbei avatar Aug 09 '19 13:08 nbei

@nbei 我会去再多试试,非常感谢您的贡献!虽然问题很多,但还是要坚持克服!

6Holmes avatar Aug 10 '19 03:08 6Holmes

thanks,@nbei

usename6 avatar Dec 18 '19 08:12 usename6