FOTS.PyTorch icon indicating copy to clipboard operation
FOTS.PyTorch copied to clipboard

Can not run build.sh

Open hoainv99 opened this issue 4 years ago • 2 comments

I try to run file build.sh by sh build.sh But it happened error below: CompileError: command 'gcc' failed with exit status 1 Can anyone help me solve this? Thank you,

hoainv99 avatar Mar 04 '21 04:03 hoainv99

@hoainv99 I also meet this error, but for me the realy error is "include/THC/THCGeneral.h:12:10: fatal error: cuda.h: No such file or directory", this is becauese commond can't find cuda dir. I soved it by add a line in build.py, like image, then rebuild build.sh, by the way, pytorch ==0.4.0. gcc==7.3.0

bianlongpeng avatar May 25 '21 03:05 bianlongpeng

@bianlongpeng hello, I want to install pytorch 0.4.0 with cuda10 but i am unable to find the right wheel file, can you add the link to the appropriate wheel file? Thank you very much.

anruirui avatar Jul 14 '21 01:07 anruirui