I am trying to install the fbchat module for Python on Ubuntu 22.04. The install seems to have been succesful, but whenever i try to launch a script with the module in it, i get the following error: ImportError: cannot import name 'fbchat' from 'fbchat' (/home/atlas/.local/lib/python3.10/site-packages/fbchat/init.py)
Before i installed, i updated my system, i am using Python v. 3.10.6 and pip v. 22.0.2. I have tried both the pip install, pip3 install, git-cloning and tarball installation methods, but the error keeps repeating. I am unable to find others with the same error, so i hope someone can provide me some clarity as to why this happens, and hopefully a fix.