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
Since setuptools no longer supports the use_2to3 as reported in #129, we should just do a one-time port for any remaining python2 code. Use the 2to3 with a command like this:
2to3 --output-dir=../kmax2to3 -W -n ./
We should consider how this affects the pending merge #90 to avoid conflicts.
The text was updated successfully, but these errors were encountered:
Since setuptools no longer supports the use_2to3 as reported in #129, we should just do a one-time port for any remaining python2 code. Use the
2to3
with a command like this:We should consider how this affects the pending merge #90 to avoid conflicts.
The text was updated successfully, but these errors were encountered: