New submission from Ajay <mail2...@gmail.com>: 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 "<string>", line 1, in <module> 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... ---------- components: Library (Lib) messages: 309364 nosy: ajayhn priority: normal severity: normal status: open title: czipfile installation failure type: compile error versions: Python 3.6 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue32480> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com