Answer the question
In order to leave comments, you need to log in
What to do with such a Python error?
Traceback (most recent call last):
File "H:\python\test.py", line 3, in <module>
from mss import MSS as mss
ModuleNotFoundError: No module named 'mss'
Answer the question
In order to leave comments, you need to log in
Global:
pip install mss
Local (to a folder):
cd folder
python -m venv env
env/Scripts/activate
pip install mss
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question