Skip to content

Can't install pytorch3d on Google Colab: installation raises several errors after running condacolab before #1718

@maya136

Description

@maya136

🐛 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:
Screenshot 2024-01-21 at 14 14 14

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions