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

cannot import name 'TestTubeLogger' from 'pytorch_lightning.logging' #201

Open
rachcai opened this issue Apr 14, 2023 · 2 comments
Open

Comments

@rachcai
Copy link

rachcai commented Apr 14, 2023

When I try to run train.py using the provided terminal lines I get the issue "cannot import name 'TestTubeLogger' from 'pytorch_lightning.logging.'" I've tried switching versions of pytorch_lightning but that often runs into an issue with not being able to import something else from 'torch._six'. Is there a specific version of pytorch_lightning I should be using? The given one in the requirement is giving me the 'TestTubeLogger' issue.

@aedutta
Copy link

aedutta commented Apr 28, 2023

I have the same issue too. I believe it is because the library is outdated, will look into it more later today.

@EinerderIdioten
Copy link

this is because the TestTuberLogger is no longer maintained in V1.7.0, just use a previous version

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

3 participants