byronyi opened a new pull request #17746: allclose_op: Fix non-ascii characters 
in comments
URL: https://github.com/apache/incubator-mxnet/pull/17746
 
 
   ## Description ##
   
   Without this PR, building MXNet Python package from source using Python3 
causes the following error:
   
   ```
   python3 setup.py bdist_wheel
   Traceback (most recent call last):
     File "setup.py", line 170, in <module>
       _generate_op_module_signature('mxnet', 'symbol', 
_generate_symbol_function_code)
     File "/mxnet_src/tools/pip/mxnet/base.py", line 731, in 
_generate_op_module_signature
       cur_module_file.write(code)
   UnicodeEncodeError: 'ascii' codec can't encode character '\u2212' in 
position 247: ordinal not in range(128)
   ```

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to