Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
youtube_dl not getting imported #17015
Comments
|
Install it first obviously. |
|
Already installed. |
|
Now what @dstftw |
|
If I hadn't installed it, then I wouldn't have made this issue. |
I tried to import youtube_dl on Python 3.6, and I get this error:
>>> import youtube_dl Traceback (most recent call last): File "<pyshell#0>", line 1, in <module> import youtube_dl ModuleNotFoundError: No module named 'youtube_dl'How do I get my Python to import
youtube_dl?