cannot import name 'mss' from partially initialized module 'mss' (most likely due to a circular import)

252 Views Asked by At

mss library bug, I was trying most simple Example Program. I have reinstall that library but still same error.

from mss import mss

with mss() as sct:
    sct.shot()

And that's what I got.

0

There are 0 best solutions below