Open maya136 opened 10 months ago
I have no experience with condacolab, and our instructions for installing pytorch3d on colab are assuming you aren't using it. I think it gives you something like a normal conda environment, so you probably want to follow the usual procedure for installing pytorch3d via conda. In particular, you need to install pytorch and fvcore and iopath explicitly as conda packages first.
I also meet the same problem with google colab.
No matter using git or installing from a local clone. Anybody can help?
@Xin200203 The method of installing shown in the tutorials should work fine. Are you trying with non-vanilla colab e.g. with condacolab like the OP here?
🐛 Bugs / Unexpected behaviors
I am trying to install pytorch3d but keep failing.
Running:
!pip install git+https://github.com/facebookresearch/pytorch3d.git@v0.7.5
works ok.But if I run:
And then
!pip install git+https://github.com/facebookresearch/pytorch3d.git@v0.7.5
It does not work. Error:
conda 23.1.0 if needed.
Instructions To Reproduce the Issue:
Not working:
vs. Working:
!pip install git+https://github.com/facebookresearch/pytorch3d.git@v0.7.5
Can you help me? I am trying to figure out the cause here but I don't know why it makes the error occur.