cclauss commented on issue #11904: 49 undefined variable errors with Pylint URL: https://github.com/apache/incubator-mxnet/issues/11904#issuecomment-409802464 Thanks. I am learning more about pylint from your approach here. > l’m using Python2 Have you tried doing __python3 -m pylint ...__ ? basestring, long, raw_input, unicode, xrange, etc. are defined names in Python 2 but not in Python 3.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
