如何安装pyzipcode?

How to install pyzipcode?

(1) 我需要安装 pyzipcode。但是每当我执行命令时 conda install pyzipcode 它给出

Syntax Error: Missing parenthesis in call to 'print'.

我正在使用 Python3。我从 http://pypi.python.org/pypi/pyzipcod 下载文件,但也没有用。

(2) 我也尝试使用 https://anaconda.org/search?q=pyzipcode

中的 pip 命令

首先它询问 *是否安装了 sphinx?如果不尝试,sudo easy_install sphinx。然后它给了 Syntax error: Missing parenthesis in call to 'print'. 而我已经安装了 sphinx。

(3)然后我尝试用 conda install -c aaron2 pyzipcode=0.4 安装 再次失败并报错:package missing in current win-64 channels: pyzipcode 0.4"

有人可以帮我安装 pyzipcode 吗?

错误 Missing parenthesis in call to 'print'. 表示您正在 python 2.x 安装 python 3. 尝试卸载当前的 Sphinx 并重新安装 http://www.sphinx-doc.org/en/stable/install.html

如果使用 pip,请使用 pip3,这是 python 3.x