Skip to content

Cannot install cherypy on Python 3.6 + Windows 10, Error : Missing parentheses in call to 'print' #1537

Description

@jmzoda

Cli text is just below.
Thank you

C:\Program Files\Python36\Scripts
λ pip3.6 install cherrypy==8.3
Collecting cherrypy==8.3
Using cached CherryPy-8.3.0-py3-none-any.whl
Collecting six (from cherrypy==8.3)
Using cached six-1.10.0-py2.py3-none-any.whl
Collecting pypiwin32; sys_platform == "win32" (from cherrypy==8.3)
Using cached pypiwin32-219.zip
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\JM\AppData\Local\Temp\pip-build-tox4900r\pypiwin32\setup.py", line 121
print "Building pywin32", pywin32_version
^
SyntaxError: Missing parentheses in call to 'print'

Command "python setup.py egg_info" failed with error code 1 in C:\Users\JM\AppData\Local\Temp\pip-build-tox4900r\pypiwin32\

C:\Program Files\Python36\Scripts
λ pip3.6 install cherrypy==8.2
Collecting cherrypy==8.2
Downloading CherryPy-8.2.0-py3-none-any.whl (457kB)
100% |████████████████████████████████| 460kB 1.6MB/s
Collecting pypiwin32; sys_platform == "win32" (from cherrypy==8.2)
Using cached pypiwin32-219.zip
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\JM\AppData\Local\Temp\pip-build-tnmg6033\pypiwin32\setup.py", line 121
print "Building pywin32", pywin32_version
^
SyntaxError: Missing parentheses in call to 'print'

Command "python setup.py egg_info" failed with error code 1 in C:\Users\JM\AppData\Local\Temp\pip-build-tnmg6033\pypiwin32\

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions