pytube / pytube

A lightweight, dependency-free Python library (and command-line utility) for downloading YouTube Videos.
https://pytube.io
The Unlicense
12.1k stars 2.5k forks source link

[BUG] PyTube3 ModuleNotFoundError #1147

Closed sakuexe closed 2 years ago

sakuexe commented 2 years ago

trying to use the pytube extension, i have python 3.10 installed and the following pip list extensions. I am also using the VS code software

Package Version


pip 21.3
pytube3 9.6.4
typing-extensions 3.10.0.2

yet, my 'from pytube import YouTube' has the yellow lines under pytube

when running the program it stops at line 4 and gives me the error: ModuleNotFoundError: No module named 'pytube'

what to do? thank you in advance

image

image

github-actions[bot] commented 2 years ago

Thank you for contributing to PyTube. Please remember to reference Contributing.md