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
After pip installing this package and trying to run it, it becomes apparent that not all required packages are installed. In setup.py the packages keyword should list just list the packages that need to be installed, in this case, youtube-dl and pycaption instead of doing the "magic" thing of using find_packages.
The text was updated successfully, but these errors were encountered:
After pip installing this package and trying to run it, it becomes apparent that not all required packages are installed. In
setup.py
thepackages
keyword should list just list the packages that need to be installed, in this case,youtube-dl
andpycaption
instead of doing the "magic" thing of usingfind_packages
.The text was updated successfully, but these errors were encountered: