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.
Parameter outtmpl is bytes , but should be a unicode string. Put from __future__ import unicode_literals at the top of your code f ile or consider switching to Python 3.x. #12438
Comments
|
It's not an error but a warning in the first place. Did you even read the the text?! It clearly states that |
Just made a web app using youtube-dl python package
the app run perfectly on local mac os machine
when I deploy to aws elasticbeanstalk, ( which is linux machine ) . it gave the error
Any clue how to resolve this