Iam developing a software to record screen, and currently using the screenshot module from 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 ? Or recommends a better substitute ?
Asked
Active
Viewed 392 times
0
-
The documentation says it'll work on 3.5, 3.6, 3.6 – inspectorG4dget Sep 27 '19 at 19:33
1 Answers
1
According to the Official page versions 3.1.2 are compatible with Python 3.4.
Enter the following command:
pip install mss==3.1.2

luthierBG
- 164
- 1
- 9