Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个记录屏幕的软件,目前正在使用 mss 包中的屏幕截图模块。但是我需要该软件才能与 python 3.4 一起使用并且无法从 mss lib 中找到合适的版本,有人知道如何在 python3.4 上安装该软件包吗?还是推荐更好的替代品?
根据官方页面版本 3.1.2 与 Python 3.4 兼容。
输入以下命令: pip install mss==3.1.2
pip install mss==3.1.2