zllrunning / video-object-removal

Just draw a bounding box and you can remove the object you want to remove.
MIT License
2.66k stars 475 forks source link

bash install.sh failed! #1

Open Adhders opened 5 years ago

Adhders commented 5 years ago

cffi.error.VerificationError: CompileError: command 'gcc' failed with exit status 1

AsuradaYuci commented 5 years ago

get the same error...

MyronXie commented 5 years ago

I have the same error too. distutils.errors.DistutilsExecError: command 'gcc' failed with exit status 1

AsuradaYuci commented 5 years ago

try to downgrade pytorch version from 0.4.1 to 0.4.0, it works for me. @MyronXie @Adhders

MyronXie commented 5 years ago

try to downgrade pytorch version from 0.4.1 to 0.4.0, it works for me. @MyronXie @Adhders

It works! The project need exactly Pytorch 0.4.0. Thank you so much!

zllrunning commented 5 years ago

Yes, this project needs exactly Pytorch 0.4.0 version.

HulkMaker commented 5 years ago

not works for me, it is already 0.4.0, but the same error

Brucepk commented 5 years ago

not works for me, it is already 0.4.0, but the same error

I have the same error too.it is already 0.4.0.

ulatekh commented 4 years ago

Were there any error output by gcc before it failed? That would be helpful in diagnosing this.

houhaol commented 3 years ago

Would be GCC complier version issue. Passed by switching to gcc-5

arnavmehta7 commented 1 year ago

same for me :(