[issue35978] test_venv fails in Travis with GCC

STINNER Victor report at bugs.python.org
Tue Feb 12 14:58:39 EST 2019


STINNER Victor <vstinner at redhat.com> added the comment:

The Python of the virtual environment created by the test doesn't work:

$ /tmp/tmp0vybyos2/bin/python -c pass
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
Fatal Python error: initfsencoding: failed to get the Python codec of the filesystem encoding
ModuleNotFoundError: No module named 'encodings'

Current thread 0x00007f2956ab8740 (most recent call first):
Aborted

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35978>
_______________________________________


More information about the Python-bugs-list mailing list