pytorch3d icon indicating copy to clipboard operation
pytorch3d copied to clipboard

installing issues

Open sun123-cmd opened this issue 1 year ago • 1 comments

🐛 Unexpected behaviors

Environment:Python3.10.13+torch2.1.2+cu121, CUDA 12.2, Linux, X86

While installing with pip as : pip install pytorch3d-0.7.2-cp38-cp38-linux_x86_64.whl error occurs that the whl is not a supported wheel on the platform. The environment seems to be suitable according to "install.md"file. I wonder how can I solve this problem.

Thank you!

sun123-cmd avatar Jan 31 '24 07:01 sun123-cmd

pytorch3d-0.7.2-cp38-cp38-linux_x86_64.whl is for Python 3.8.x, not for Python 3.10.x

(When you say x86, do you mean 32 bit? PyTorch3D does not distribute any 32 bit binaries.)

bottler avatar Jan 31 '24 13:01 bottler