FacebookChatStatistics icon indicating copy to clipboard operation
FacebookChatStatistics copied to clipboard

ModuleNotFoundError: No module named 'numpy'

Open palagyireka opened this issue 1 year ago • 3 comments

Hi! I am way too lame for your code, but I tried my best to install all the requirements, still when I try to run the program it gives me an error: Traceback (most recent call last): File "C:\location\facebook_chat_statistics.py", line 2, in import numpy as np ModuleNotFoundError: No module named 'numpy'

Can you help me with this?

palagyireka avatar Jan 06 '23 22:01 palagyireka

UPDATE Now after a few attempts it's giving me another error: Traceback (most recent call last): File "C:\Users\user\Documents\Messenger\FacebookChatStatistics-master\facebook_chat_statistics.py", line 9, in from facebook_messenger_conversation import FacebookMessengerConversation File "C:\Users\user\Documents\Messenger\FacebookChatStatistics-master\facebook_messenger_conversation.py", line 9, in import emoji ModuleNotFoundError: No module named 'emoji'

palagyireka avatar Jan 06 '23 22:01 palagyireka

Hello, it seems like the module "emoji" is not installed properly. Try installing it by running:

pip install emoji --upgrade

You might find more helpful information here.

davidkrantz avatar Jan 19 '23 08:01 davidkrantz

Hi @palagyireka! Have you gotten it to run? Can I close this issue?

davidkrantz avatar Feb 12 '23 10:02 davidkrantz