This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ajayhn
Recipients ajayhn
Date 2018-01-02.09:56:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1514886981.07.0.467229070634.issue32480@psf.upfronthosting.co.za>
In-reply-to
Content
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...
History
Date User Action Args
2018-01-02 09:56:21ajayhnsetrecipients: + ajayhn
2018-01-02 09:56:21ajayhnsetmessageid: <1514886981.07.0.467229070634.issue32480@psf.upfronthosting.co.za>
2018-01-02 09:56:20ajayhnlinkissue32480 messages
2018-01-02 09:56:20ajayhncreate