我正在使用 Titanium 3.0 并尝试更新 pyOpenSSL。我已经检查了 python 网站,但只能看到适用于 Windows 的可下载链接。在 Tianium 论坛中,他们说“如果您使用 MacPorts 或 Homebrew 安装 Python,请使用相同的实用程序来安装 PyOpenSSL 和 PyCrypto。”我尝试使用自制软件并执行“brew install pyopenssl”并收到错误消息“没有可用的 pyopenssl 公式”。有什么建议吗?
最佳答案
尝试使用easy_installeasy_install PyOpenSSL
easy_install PyCrypto
关于pyopenssl - 如何在 Mac OS X 上安装 pyOpenSSL?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/14361569/