mercredi 9 décembre 2015

Message "test test_gdb failed" while installing Python-3.5.1 on Linux

While installing Python-3.5.1 on Linux ubuntu 14.04 LTS, after running command:

make test

I got a message:

test test_gdb failed

I've made a single test with command:

./python -m test -v test_gdp

and I got this:

== CPython 3.5.1 (default, Dec 10 2015, 00:27:11) [GCC 4.8.4]
==   Linux-3.19.0-25-generic-i686-athlon-with-debian-jessie-sid little-endian
==   hash algorithm: siphash24 32bit
==   /Desktop/Python-3.5.1/build/test_python_11095
Testing with flags: sys.flags(debug=0, inspect=0, interactive=0, optimize=0, dont_write_bytecode=0, no_user_site=0, no_site=0, ignore_environment=0, verbose=0, bytes_warning=0, quiet=0, hash_randomization=1, isolated=0)
[1/1] test_gdp
test test_gdp crashed -- Traceback (most recent call last):
  File "/Desktop/Python-3.5.1/Lib/test/regrtest.py", line 1292, in runtest_inner
the_module = importlib.import_module(abstest)
  File "/Desktop/Python-3.5.1/Lib/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 986, in _gcd_import
  File "<frozen importlib._bootstrap>", line 969, in _find_and_load
  File "<frozen importlib._bootstrap>", line 956, in _find_and_load_unlocked
ImportError: No module named 'test.test_gdp'

1 test failed:
    test_gdp

I have gdp installed.

How to fix it? Or can I just ignore it?

Aucun commentaire:

Enregistrer un commentaire