🐛 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:
! pip install -q condacolab
import condacolab
condacolab.install()
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:
! pip install -q condacolab
import condacolab
condacolab.install()
!pip install git+https://github.com/facebookresearch/pytorch3d.git@v0.7.5
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.