Deep-Video-Inpainting
Deep-Video-Inpainting copied to clipboard
have a problem when bash install.sh
when bash install.sh by conda envs
I meet a issue(it seems like i need to set a PATH for CUDA but i don't know how to set it for conda envs):
Traceback (most recent call last):
File "setup.py", line 25, in
I also have this problem. Did you manage to fix it?
you can open the file the in notepad and install the library manually but there is one problem in building dist file i odn;t know the alternate comman tfor buidling dist files
I have this problem too, who can help me
@OnlyFlashEobard @outfielder @Deerzh
You can modify .bashrc
like this:
sudo vi ~/.bashrc
CUDA_HOME=/usr/local/cuda-X.X
X.X
is your CUDA version, you can use nvcc --version
to check the version and replace it in the command
Give it a try.