Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Add loguru to requirements.txt #9

Open
ez2rok opened this issue Sep 14, 2023 · 0 comments
Open

Add loguru to requirements.txt #9

ez2rok opened this issue Sep 14, 2023 · 0 comments

Comments

@ez2rok
Copy link

ez2rok commented Sep 14, 2023

When I run

python scripts/train.py --config configs/train_meru_vit_l.py --num-gpus 8 --output-dir ./output

I get the error

Traceback (most recent call last):
  File "/home/ethan/meru/scripts/train.py", line 17, in <module>
    from loguru import logger
ModuleNotFoundError: No module named 'loguru'

It seems like we should add loguru to the requirements.txt file.

Cheers!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant