Failed to install pytorch3d when using Google Colab
thbupt opened this issue · 4 comments
thbupt commented
MohitPanpaliya commented
I am also getting the same error on colab.
xuncpp commented
tranthuhoai3786 commented
@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!
SystemErrorWang commented
@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