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
The readme says that "Python 2.7 and 3+ are supported." But the setup.py contains the call open("README.md", "r", encoding="utf-8"), where the encoding keyword is not supported by the Python 2.7 open() function.
The text was updated successfully, but these errors were encountered:
The readme says that "Python 2.7 and 3+ are supported." But the
setup.py
contains the callopen("README.md", "r", encoding="utf-8")
, where theencoding
keyword is not supported by the Python 2.7open()
function.The text was updated successfully, but these errors were encountered: