prabaprakash / Saavn-Downloader

Saavn Downloader
92 stars 41 forks source link

Unable to install wsgiref #7

Closed Isuru29 closed 5 years ago

Isuru29 commented 5 years ago

C:\Users\Isuru\Documents\GitHub\gaana-dl>pip install wsgiref Collecting wsgiref Using cached https://files.pythonhosted.org/packages/41/9e/309259ce8dff8c596e8c26df86dbc4e848b9249fd36797fd60be456f03fc/wsgiref-0.1.2.zip Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "C:\Users\Isuru\AppData\Local\Temp\pip-install-5yu14l4j\wsgiref\setup.py", line 5, in import ez_setup File "C:\Users\Isuru\AppData\Local\Temp\pip-install-5yu14l4j\wsgiref\ez_setup__init__.py", line 170 print "Setuptools version",version,"or greater has been installed." ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Setuptools version",version,"or greater has been installed.")?