Closed nothonfz closed 4 months ago
I create a env named step10 with python 3.9.
I use pip install torch==2.1.0 torchvision==0.16.0 torchaudio==2.1.0 --index-url https://download.pytorch.org/whl/cu121 to install pytorch. And I install the pytorch3d from source with following commands
Finally, the pytorch3d of version 0.7.7 exists in my env.
But when the code imports the Module, it failed.
Has anyone encountered this problem?
Something very basic has gone wrong, maybe the environment has changed. I suggest rebuilding the environment.
I create a env named step10 with python 3.9.
I use pip install torch==2.1.0 torchvision==0.16.0 torchaudio==2.1.0 --index-url https://download.pytorch.org/whl/cu121 to install pytorch. And I install the pytorch3d from source with following commands
Finally, the pytorch3d of version 0.7.7 exists in my env.
But when the code imports the Module, it failed.
Has anyone encountered this problem?