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 ?

1
  • The documentation says it'll work on 3.5, 3.6, 3.6 Commented Sep 27, 2019 at 19:33

1 Answer 1

2

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

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.