简体   繁体   English

Python MSS for Python3.4

[英]Python MSS for Python3.4

Iam developing a software to record screen, and currently using the screenshot module from mss package.我正在开发一个记录屏幕的软件,目前正在使用 mss package 的屏幕截图模块。 But i need that software to work with python 3.4 and cant find a suitable version from mss lib, does someone know how to install that package on python3.4?但是我需要该软件与 python 3.4 一起使用并且无法从 mss lib 中找到合适的版本,有人知道如何在 python3.4 上安装 package 吗? Or recommends a better substitute?或者推荐更好的替代品?

According to the Official page versions 3.1.2 are compatible with Python 3.4.根据官方页面版本 3.1.2 与 Python 3.4 兼容。

Enter the following command:输入以下命令:
pip install mss==3.1.2

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM