Skip to content

pip ignite says it is Python3 compatible... it is not... but almost: only 3 changes needed (make a branch if you wish) #3

Description

@yumok

(I don't want to make a pull request, because the changes break python2 compatibility... a new python3 branch would be better)
Had to change only 3 things to make it work in python3:

in "init.py":
from .ignite import *

in "ignite.py":
params.iteritems() must be changed for iter(params.items())
urllib.urlencode changed for urllib.parse.urlencode

and now it works in python3

Links to my fork:

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions