使用pip在python3.6上安装pyradar包时出错

时间:2017-08-07 05:07:27

标签: python-3.x

C:\Program Files\Python36-32\Scripts>pip install pyradar
Collecting pyradar
  Using cached pyradar-0.2.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "C:\Users\Ghazal\AppData\Local\Temp\pip-build-jcyxj24c\pyradar\setup.
py", line 85
        print "\n{}\n{}\n{}\n{}\n".format(msg, limits,
                                 ^
    SyntaxError: invalid syntax

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:\Users\Ghazal\A
ppData\Local\Temp\pip-build-jcyxj24c\pyradar\

1 个答案:

答案 0 :(得分:0)

Pyradar不适用于python3。它可以与python2一起使用而不是python3。

参考:docs