aloncohen1 / chat-analyzer

Apply different analysis & data science tools on your Telegram / Whatsapp chat and get exciting insights!
https://chat-anlyzer.streamlit.app
19 stars 7 forks source link

Not all components or modules finded after run #2

Closed pavlosidelov closed 5 months ago

pavlosidelov commented 7 months ago

When I run the app 2 issues arise: 1 - AttributeError: partially initialized module 'smart_open' has no attribute 'local_file' (most likely due to a circular import) 2 - NameError: name 'botocore' is not defined

Before running the script with streamlit run Home.py

I have setup all from pip3 install -r requirements.txt

Direct setup of smart-open and botocore did not help.

Please advise.

Screenshot from 2024-02-26 09-34-06

aloncohen1 commented 7 months ago

This issue related to your local environment looks like your code fails at import gensim

Try to follow this StackOverflow item: https://stackoverflow.com/questions/61182206/module-smart-open-has-no-attribute-local-file