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

requirements.txt needs chardet added #79

Open
markcoletti opened this issue Nov 20, 2023 · 0 comments
Open

requirements.txt needs chardet added #79

markcoletti opened this issue Nov 20, 2023 · 0 comments

Comments

@markcoletti
Copy link

I installed atomai in a conda python 3.11 environment, and I got the following when attempting to import the package:

Python 3.11.5 (main, Sep 11 2023, 13:54:46) [GCC 11.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import atomai as aoi
Traceback (most recent call last):
  File "/home/may/.conda/envs/intersect/lib/python3.11/site-packages/requests/compat.py", line 11, in <module>
    import chardet
ModuleNotFoundError: No module named 'chardet'

Manually installing chardet package fixed the problem, so hopefully updating requirements.txt will fix the problem.

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

1 participant