ホームページ  >  に質問  >  本文

python3.x - python3.5.2安装时make报错求助

python3.5.2版本安装时make步骤报错,报错信息如下:
/bin/mkdir -p Python
python ./Parser/asdl_c.py -c Python ./Parser/Python.asdl
Traceback (most recent call last):
File "./Parser/asdl_c.py", line 6, in <module>

import asdl

File "/FEX_DATA/PyDir/Python-3.5.2/Parser/asdl.py", line 36

builtin_types = {'identifier', 'string', 'bytes', 'int', 'object', 'singleton'}
                             ^

SyntaxError: invalid syntax
make: * [Python/Python-ast.c] Error 1

我安装了4台机器,其中2台出现该问题,另外两台安装正常。请问这个是什么引起的报错,要如何解决呢?非常感谢!

伊谢尔伦伊谢尔伦2740日前843

全員に返信(1)返信します

  • ringa_lee

    ringa_lee2017-04-18 10:24:49

    私は自分で解決策を見つけました...PythonをNFSに置かず、ローカルディスクに置きます...

    返事
    0
  • キャンセル返事