-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
installationInstallation questions or issuesInstallation questions or issues
Description
Hi community,
I ran into errors with the installation of pytorch3D on windows.
environment
python 3.9.12
Cuda 11.3
PyTorch 1.12.1, 1.12.0, 1.11.0 (all failed)
Microsoft Visual Studio 2019 ---- MSVC 14.28.29910
installation code
conda install pytorch==1.12.0 torchvision==0.13.0 torchaudio==0.12.0 cudatoolkit=11.3 -c pytorch
pip install "git+https://github.com/facebookresearch/pytorch3d.git"
log
I thought the key error is C:\software\Programming\Anaconda\envs\nurbsdiff_debug\lib\site-packages\torch\utils\cpp_extension.py:346: UserWarning: Error checking compiler version for cl: [WinError 2] The system cannot find the file specified
Thank you in advance!
Metadata
Metadata
Assignees
Labels
installationInstallation questions or issuesInstallation questions or issues