关于电机的问题https://github.com/mongodb/motor
自述文件说“Unix,包括 Mac OS X。不支持 Windows。”
我在 Windows 上运行带有电机 1.0 的 python 3.5,它看起来效果很好。
插入、更新、删除、查找、重新索引操作、上限集合和可尾游标与asyncio
.
Windows 不支持什么?
关于电机的问题https://github.com/mongodb/motor
自述文件说“Unix,包括 Mac OS X。不支持 Windows。”
我在 Windows 上运行带有电机 1.0 的 python 3.5,它看起来效果很好。
插入、更新、删除、查找、重新索引操作、上限集合和可尾游标与asyncio
.
Windows 不支持什么?
我是Motor的作者。以下是 Motor 和 Windows 不支持的内容:
你在 Windows 上可能没问题,特别是在使用 asyncio 集成时,因为Windows上正式支持 asyncio。但请注意,我没有努力确保 Motor 在 Windows 上是正确的、可扩展的或快速的。
我已经使用以下信息更新了 Motor 的“要求”文档:
https://github.com/mongodb/motor/blob/master/doc/requirements.rst#not-supported