【发布时间】:2017-01-16 12:55:58
【问题描述】:
我是 python 编程的新手,在安装模块时遇到了一些困难。我已经在 mac 上安装了用于 python 的 mysql 连接器,效果很好。现在我试图在 mac http://qpid.apache.org/proton/ 上安装 qpid proton。
Qpid没有像mysql这样的安装程序,所以必须手动安装。文档真的很缺乏。我已经搜索过,但是这里描述的 easy_install 或 pip 似乎对我不起作用。 What is the most compatible way to install python modules on a Mac?
“PIP install proton”只安装部分库,这里说https://pypi.python.org/pypi/python-qpid-proton/0.8.2
如何在 mac 上安装这个库?
【问题讨论】: