[New-bugs-announce] [issue32480] czipfile installation failure

Ajay report at bugs.python.org
Tue Jan 2 04:56:21 EST 2018


New submission from Ajay <mail2.hn at 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 <report at bugs.python.org>
<https://bugs.python.org/issue32480>
_______________________________________


More information about the New-bugs-announce mailing list