python 3.8.2 test_startup_imports не удалось - PullRequest
0 голосов
/ 21 марта 2020

Во время установки python3 по следующим инструкциям

mkdir debug
cd debug
../configure --with-pydebug --enable-optimizations --prefix=/opt/python-3.8.2
make
make test

Я получил следующую ошибку теста:

======================================================================
FAIL: test_startup_imports (test.test_site.StartupImportTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<path>/Python-3.8.2/Lib/test/test_site.py", line 542, in test_startup_imports
    self.assertFalse(modules.intersection(collection_mods), stderr)
AssertionError: {'keyword', 'collections', 'operator', 'heapq', 'reprlib', 'types', 'functools'} is not false : import _frozen_import
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...