GeneFacePlusPlus icon indicating copy to clipboard operation
GeneFacePlusPlus copied to clipboard

Failed to install pytorch3d when using Google Colab

Open thbupt opened this issue 1 year ago • 4 comments

image

Any solutions?

thbupt avatar Mar 26 '24 04:03 thbupt

I am also getting the same error on colab.

MohitPanpaliya avatar Mar 26 '24 11:03 MohitPanpaliya

You can try the method in the official documentation, I've tried it and it works. 1711506885383

xuncpp avatar Mar 27 '24 02:03 xuncpp

@thbupt You can try: Follow the steps:

conda install -c pytorch pytorch=1.9.1 torchvision cudatoolkit=10.2 conda install -c fvcore -c iopath -c conda-forge fvcore iopath conda install -c bottler nvidiacub and finally: conda install pytorch3d -c pytorch3d and it's done!

tranthuhoai3786 avatar Apr 03 '24 08:04 tranthuhoai3786

@thbupt You can try: Follow the steps:

conda install -c pytorch pytorch=1.9.1 torchvision cudatoolkit=10.2 conda install -c fvcore -c iopath -c conda-forge fvcore iopath conda install -c bottler nvidiacub and finally: conda install pytorch3d -c pytorch3d and it's done!

I thied this solution but the cudatoolkit version caused problem and had compile errors when running install_ext.sh

SystemErrorWang avatar Apr 27 '24 02:04 SystemErrorWang