David Robins added the comment:

I saw a similar error with Python 3.6 on a MIPS (32-bit - 
mipsisa32r2el-axis-linux-gnu) platform, but during interpreter startup, not 
install (perhaps because it was cross-compiled so install on the host doesn't 
run the target Python). It was due to building with a hard-float compiler when 
soft-float was needed (GCC 6.3.0, worked with --with-float=soft). Full error:

Fatal Python error: Py_Initialize: Unable to get the locale encoding
Traceback (most recent call last):
  File "<frozen importlib._bootstrap>", line 961, in _find_and_load
  File "<frozen importlib._bootstrap>", line 950, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 655, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 674, in exec_module
  File "<frozen importlib._bootstrap_external>", line 762, in get_code
ValueError: cannot convert float NaN to integer

Program received signal SIGABRT, Aborted.

----------
nosy: +dbr

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13986>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to