Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

error in installing pyradar package on python3.6 using pip

Tags:

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\
like image 466
Ghazal Avatar asked Jun 25 '26 23:06

Ghazal


1 Answers

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

Refs: docs

like image 84
Arpit Solanki Avatar answered Jun 27 '26 14:06

Arpit Solanki



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!