You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/12/06 08:53:27 UTC

[GitHub] [incubator-mxnet] ebinzacharias commented on issue #9320: how to fix error of SyntaxError: Non-ASCII character '\xef' i?

ebinzacharias commented on issue #9320: how to fix error of SyntaxError: Non-ASCII character '\xef' i?
URL: https://github.com/apache/incubator-mxnet/issues/9320#issuecomment-562488144
 
 
   Adding the following two lines in the script solved the issue for me.
   
   #!/usr/bin/python
   # coding=utf-8
   
   Hope it helps !

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services