facebookresearch / pytorch3d

PyTorch3D is FAIR's library of reusable components for deep learning with 3D data
https://pytorch3d.org/
Other
8.81k stars 1.32k forks source link

installing issues #1723

Open sun123-cmd opened 9 months ago

sun123-cmd commented 9 months ago

🐛 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!

bottler commented 9 months ago

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.)