fbchat icon indicating copy to clipboard operation
fbchat copied to clipboard

Module not found Error!

Open erroradib opened this issue 2 years ago • 0 comments

Code

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 *

Environment information

  • Python 3.10
  • fbchat 1.9.7

erroradib avatar Jun 24 '22 13:06 erroradib