Skip to content

4DGS Activate on Mac M4 #5

@xyzalanix

Description

@xyzalanix

Hi! Thanks for this tool. In case it's helpful:

Im checking out the 4DGS workflow I couldn't activate it as is. I ran into 'subprocess' is not defined error.

What is working for me is adding: import subprocess within this function:

def install_dependencies(self):

and cmd = [sys.executable, "-m", "pip", "install", "nerfstudio", "--no-deps"] instead of

cmd = [sys.executable, "-m", "pip", "install", "nerfstudio"]

otherwise the default install fails for me.

After this it's running :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions