Issue 32480: czipfile installation failure (original) (raw)

pip installation for czipfile is failing with compilation error (as below)

Command Execute: pip install --no-cache-dir czipfile

Error: Collecting czipfile Downloading czipfile-1.0.0.tar.gz (144kB) 100% |████████████████████████████████| 153kB 726kB/s Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "C:\Users\503022~1\AppData\Local\Temp\pip-build-3uthum1g\czipfile\setup.py", line 18 print "cython not found, using previously-cython'd .c file." ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(int "cython not found, using previously-cython'd .c file.")?

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in...