Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First cell of hw_sentiment.ipynb fails #127

Open
eyast opened this issue Aug 25, 2023 · 1 comment
Open

First cell of hw_sentiment.ipynb fails #127

eyast opened this issue Aug 25, 2023 · 1 comment

Comments

@eyast
Copy link

eyast commented Aug 25, 2023

Executing the first cell of the hw_sentiment.ipynb cell returns the error partially initialized module 'charset_normalizer' has no attribute 'md__mypyc' on a newly install nlu environment using miniconda.

This was resolved by running this command in the conda environment:
pip install -U --force-reinstall charset-normalizer

(based on the post on pip install -U --force-reinstall charset-normalizer .

@cgpotts
Copy link
Owner

cgpotts commented Aug 25, 2023

Thanks for this! Which character is causing the issue, though? I would prefer to remove that character if possible rather than doing that specialized (re)install. I myself do not know how to trigger this error, though – it's entirely new to me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants