❓How should I install pytorch3d in wsl without a CPU in a venv
A module I need uses pytorch3d, and I have been trying to install it, but when I run pip install "git+https://github.com/facebookresearch/pytorch3d.git@stable" I get the following error:
This is through wsl in a virtual environment.
Thank you for any help!