Hello everyone!
I've tried to install and configure MITMf in lots of different ways on my 2020.4 Kali but unfortunately I failed.
Are there any ways to fix this problem, because I always end up with:

┌──(root��kali)-[/home/kali/MITMf]
└─# python ./mitmf.py 1 ⨯
Traceback (most recent call last):
File "./mitmf.py", line 29, in <module>
import core.responder.settings as settings
File "/home/kali/MITMf/core/responder/settings.py", line 24, in <module>
from core.configwatcher import ConfigWatcher
File "/home/kali/MITMf/core/configwatcher.py", line 20, in <module>
import pyinotify
ImportError: No module named pyinotify

Thank in advance