还未发布过话题
  • Traceback (most recent call last):
    File "D:\Program Files\python\lib\runpy.py", line 193, in run_module_as_main
    "
    main", mod_spec)
    File "D:\Program Files\python\lib\runpy.py", line 85, in _run_code
    exec(code, run_globals)
    File "D:\Program Files\python\lib\site-packages\atxweb__main
    _.py", line 6, i
    n
    from atxweb import server
    File "D:\Program Files\python\lib\site-packages\atxweb\server.py", line 32
    print "AutomatorX not installed! Please run pip install --upgrade atx"
    ^
    SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Automat
    orX not installed! Please run pip install --upgrade atx")?

    一直报上面的错,运行 pip install --upgrade atx 后,还是报错