pytube version 9.2.2
Every time I try to use the PYTUBE module it shows this error.
from pytube import YouTube
ImportError: cannot import name 'YouTube'
installed pytube using pip
pip install pytube
Is this still a problem? Did you manage to solve it?
problem already solved.
Thank you.
小泻邪蟹邪谢 斜褘 褏芯褌褜, 泻邪泻懈屑 芯斜褉邪蟹芯屑 芯薪邪 褉械褕懈谢邪褋褜.
For my case the decision was reinstall pytube and delete .pyc files (Linux(ubuntu)) (find . -name '*.pyc' -delete)
Hello, I also had this error, and fixed it using EllainYang's comment. Just to clarify for anyone in the future who has this issue.
Capitalize the "T" in YouTube, solved it for me
from pytube import YouTube