You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running conda install pytorch=2.4.1 torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia I should be able to install pytorch3d using conda install -c pytorch3d pytorch3d
This appears to be a problem with conda itself. Probably not something we can help much with. A work around might be to download the right conda package explicitly from https://anaconda.org/pytorch3d/pytorch3d/files and then conda install the package. Or you might be able to upgrade or downgrade your conda itself.
Thanks for getting back so soon. I upgraded conda just before trying this pytorch3d installation on a fresh ubuntu installation. I downloaded the required conda package from the link you provided and installed it into my conda environment. While I can see the pytorch3d version when I do conda list, when I try to import it on the ipython interface or import it in a script, it says that pytorch3d is not installed.
🐛 Bugs / Unexpected behaviors
After running
conda install pytorch=2.4.1 torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia
I should be able to install pytorch3d using conda install -c pytorch3d pytorch3dnvidia-smi:
+---------------------------------------------------------------------------------------+
| NVIDIA-SMI 535.183.01 Driver Version: 535.183.01 CUDA Version: 12.2 |
|-----------------------------------------+----------------------+----------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+======================+======================|
| 0 NVIDIA GeForce RTX 3060 ... Off | 00000000:01:00.0 On | N/A |
| N/A 41C P8 16W / 40W | 933MiB / 6144MiB | 1% Default |
| | | N/A |
+-----------------------------------------+----------------------+----------------------+
nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2019 NVIDIA Corporation
Built on Sun_Jul_28_19:07:16_PDT_2019
Cuda compilation tools, release 10.1, V10.1.243
Instructions To Reproduce the Issue:
Channels:
Platform: linux-64
Collecting package metadata (repodata.json): done
Solving environment: | Segmentation fault (core dumped)
The text was updated successfully, but these errors were encountered: