0

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 ?

Tiger-222
  • 6,677
  • 3
  • 47
  • 60

1 Answers1

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