如何在 Windows 上的 Python 3 中仅安装 Autobahn(仅用于 asyncio 而不是 Twisted),而不会使整个 Crossbar 包膨胀?

How can I install Autobahn only (for use only with asyncio rather than Twisted), without the entire Crossbar package bloat, in Python 3 on Windows?

我正在尝试在 Windows 上的 Python 3.6.0 上安装 Autobahn,仅用于 asyncio 而不是 Twisted(即我根本不需要 Twisted)。

我知道应该可以只安装 Autobahn,精益求精,不需要 整个 Crossbar 包膨胀(后者需要 Python 构建工具之类的,以及 Windows 上随之而来的一连串问题),但我似乎找不到一个相关的 Google 热门话题?

只需在您的 Windows 系统上使用以下命令:

pip install autobahn

是的,我创建(并自行回答)了整个问题,只是为了帮助其他人避免同样明显的极度缺乏(至少有效地 Google- 索引)明确的互联网文档,说明如何要做到这一点,我必须忍受自己的痛苦。享受吧!