Windows 10 x32 Python 3.6.5 x32 bits. When executing the pip install zip command, pip install zip gives the error:

 *ERROR: Complete output from command python setup.py egg_info: ERROR: Traceback (most recent call last): File "<string>", line 1, in <module> File "C:\Users\anon4\AppData\Local\Temp\pip-install-_y19ekf4\wsgiref\setup.py", line 5, in <module> import ez_setup File "C:\Users\anon4\AppData\Local\Temp\pip-install-_y19ekf4\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.")? ---------------------------------------- ERROR: Command "python setup.py egg_info" failed with error code 1 in C:\Users\anon4\AppData\Local\Temp\pip-install-_y19ekf4\wsgiref\* 

What to do?

  • Likely to reinstall the python, since you have a standard library broken and the module wsgiref is missing - andreymal
  • But in general, why do you need pip install zip? - andreymal
  • Reinstalled, did not help - Jan Bunyatov

1 answer 1

It says that this is a module for Python 2.7. It cannot be installed on Python 3.