I have verified that this is still a problem (basically 3.6b1).
Fatal Python error: Py_Initialize: Unable to get the locale encoding
Traceback (most recent call last):
File "/opt/python3.6/lib/python3.6/encodings/__init__.py", line 99, in search_function
File "<frozen importlib._bootstrap>", line 979, in _find_and_load
File "<frozen importlib._bootstrap>", line 968, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 663, in exec_module
File "<frozen importlib._bootstrap_external>", line 768, in get_code
File "<frozen importlib._bootstrap_external>", line 478, in _compile_bytecode
EOFError: marshal data too short
Aborted (core dumped)
We should be exiting with an error rather than aborting. |