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
Problem:
Our code is python 2 compatible but parts may break if a user runs with python 3. While python 3 adoption has been slow, it is best practice to use the future module for projects so that they support both.
Problem:
Our code is python 2 compatible but parts may break if a user runs with python 3. While python 3 adoption has been slow, it is best practice to use the future module for projects so that they support both.
Solution:
http://python-future.org/
The text was updated successfully, but these errors were encountered: