pip包安装错误
Pip Package Installation Error
当我尝试使用 Pip 安装名为 semidbm 的软件包时,收到以下错误消息。
http://gyazo.com/e0aefbf81a044f25ac720130602a9a01
有什么建议吗?
编辑:我忘了提到我使用 Windows 7 32 位
您正在使用 Python 3.1.
pip works with CPython versions 2.6, 2.7, 3.2, 3.3, 3.4 and also pypy.
所以不支持Python3.1
无论如何,将 Python 版本升级到 3.4 更明智。有一堆不支持 Python 3.0 或 3.1 的软件包,而 3.4 只是带来了额外的好处(在 Python 3.x 系列中没有向后不兼容)。
当我尝试使用 Pip 安装名为 semidbm 的软件包时,收到以下错误消息。
http://gyazo.com/e0aefbf81a044f25ac720130602a9a01
有什么建议吗?
编辑:我忘了提到我使用 Windows 7 32 位
您正在使用 Python 3.1.
pip works with CPython versions 2.6, 2.7, 3.2, 3.3, 3.4 and also pypy.
所以不支持Python3.1
无论如何,将 Python 版本升级到 3.4 更明智。有一堆不支持 Python 3.0 或 3.1 的软件包,而 3.4 只是带来了额外的好处(在 Python 3.x 系列中没有向后不兼容)。