brentyi / tyro

CLI interfaces & config objects, from types
https://brentyi.github.io/tyro
MIT License
467 stars 23 forks source link

trying to run gsplat and get no module found for tyro.extras.overridable_config_cli #153

Closed SirRacha closed 3 weeks ago

SirRacha commented 3 weeks ago

In the final part of the simple trainer.py I have:

cfg = tyro.extras.overridable_config_cli(configs)
cfg.adjust_steps(cfg.steps_scaler)

and i get this error:

Traceback (most recent call last):
  File "/workspace/gsplat/examples/simple_trainer.py", line 15, in <module>
    import tyro.extras.overridable_config_cli
ModuleNotFoundError: No module named 'tyro.extras.overridable_config_cli'

I am in a docker container

brentyi commented 3 weeks ago

fixed in https://github.com/nerfstudio-project/gsplat/issues/340!

SirRacha commented 3 weeks ago

Thank you @brentyi !