(1) I need to install pyzipcode. But whenever I execute command
conda install pyzipcode
it gives
Syntax Error: Missing parenthesis in call to 'print'.
I am using Python3. I downloaded file from http://pypi.python.org/pypi/pyzipcod, but that didn't work either.
(2) I tried using pip command as well from https://anaconda.org/search?q=pyzipcode
Firstly it asked *is sphinx installed? If not try, sudo easy_install sphinx
. Then it gave Syntax error: Missing parenthesis in call to 'print'.
Whereas I have already installed sphinx.
(3)Then I tried to install with conda install -c aaron2 pyzipcode=0.4
Again failed and gave the error: package missing in current win-64 channels: pyzipcode 0.4"
Would somebody please help me out with pyzipcode installation?