在Ubuntu 14.04中安装Python 3.5.2时,test_re失败了

时间:2016-07-26 11:34:30

标签: python linux python-2.7 ubuntu-14.04 python-3.5

我想在我的Ubuntu 14.04上安装Python 3.5.2和2.7。当我使用make test进行测试时,它为test_re提供了以下错误。

FAIL: test_locale_flag (__main__.ReTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "Lib/test/test_re.py", line 1349, in test_locale_flag
    self.assertTrue(pat.match(bletter))
AssertionError: None is not true

----------------------------------------------------------------------
Ran 114 tests in 0.874s

我尝试在互联网上搜索但无济于事。 任何帮助将不胜感激。

0 个答案:

没有答案