简体   繁体   中英

error in installing pyradar package on python3.6 using pip

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\

Pyradar is not available for python3. Instead of python3 it can be used with python2.

Refs: docs

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM