pytorch3d
pytorch3d copied to clipboard
installing issues
🐛 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!
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.)