You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CRITICAL:pipenv.patched.pip._internal.resolution.resolvelib.factory:Cannot install -r C:\Users\stuck\AppData\Local\Temp\pipenv-pqgmnpie-requirements\pipenv-7nebk813-constraints.txt (line 3) and urllib3==1.26.19 because these package version
Environment:
n/a
Expected behavior
pytube contains substantially broken functionality and hasn't been patched in years.
pytubefix appears to be a maintained version that's stupidly easy to switch to.
Describe the bug
To Reproduce
To fix:
Swap out dependencies configurations from pytube to pytubefix.
Grep on each "pytube" and simply change in the headers, e.g.,
from pytube import Playlist
to
from pytubefix import Playlist
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context or links about the problem here.
The text was updated successfully, but these errors were encountered: