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?