from fbchat import Client
from fbchat.models import *
client = Client('<user>', '<password>')
Error
Exception has occurred: ModuleNotFoundError
No module named 'fbchat.models'
File "C:\Users\User\Desktop\Facebook\main.py", line 2, in <module>
from fbchat.models import *
Code
Error
Environment information
Python
3.10fbchat
1.9.7