Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: No module named pytorch_lightning.cli #10

Open
Sorok-Dva opened this issue May 31, 2023 · 0 comments
Open

ImportError: No module named pytorch_lightning.cli #10

Sorok-Dva opened this issue May 31, 2023 · 0 comments

Comments

@Sorok-Dva
Copy link

Describe the bug
Hello, I got an error after the installation while trying to start Model training

To Reproduce
Steps to reproduce the behavior:

  1. pip install ./osu-dreamer
  2. python scripts/cli.py fit -c config.yml -c osu_dreamer/model/model.yml --data.src_path /mnt/h/osu!/Songs

Expected behavior
The python script to be executed

Stacktrace

Traceback (most recent call last):
  File "scripts/cli.py", line 1, in <module>
    from pytorch_lightning.cli import LightningCLI
ImportError: No module named pytorch_lightning.cli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant