Forums

Cannot install web.py

I'm using python 3.6 and when I try to install web.py (pip install web.py) I get

"Missing parenthesis in call to 'print'"

When I use pip2 install web.py I get

"Requirement already satisfied [in python 2.7]"

That's a known issue with web.py and Python 3.6 - https://github.com/webpy/webpy/issues/428