Advertisement
Guest User

Untitled

a guest
May 20th, 2019
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/home/michael/.local/lib/python3.6/site-packages/pafy/pafy.py", line 48, in <module>
  3. import youtube_dl
  4. ModuleNotFoundError: No module named 'youtube_dl'
  5.  
  6. During handling of the above exception, another exception occurred:
  7.  
  8. Traceback (most recent call last):
  9. File "l_?.py", line 2, in <module>
  10. import pafy
  11. File "/home/michael/.local/lib/python3.6/site-packages/pafy/__init__.py", line 7, in <module>
  12. from .pafy import new
  13. File "/home/michael/.local/lib/python3.6/site-packages/pafy/pafy.py", line 52, in <module>
  14. "pafy: youtube-dl not found; you can use the internal backend by "
  15. ImportError: pafy: youtube-dl not found; you can use the internal backend by setting the environmental variable PAFY_BACKEND to "internal". It is not enabled by default because it is not as well maintained as the youtube-dl backend.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement