skyoo2003 / kakaowork-py

(Unofficial) Kakaowork Python client

Home Page:https://docs.kakaoi.ai/kakao_work/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix rtd build error

skyoo2003 opened this issue · comments

Perhaps it's because the dependency resolution didn't work properly...

https://readthedocs.org/projects/kakaowork-py/builds/14243283/

Running Sphinx v4.1.1

Traceback (most recent call last):
  File "/home/docs/checkouts/readthedocs.org/user_builds/kakaowork-py/envs/latest/lib/python3.7/site-packages/sphinx/config.py", line 327, in eval_config_file
    exec(code, namespace)
  File "/home/docs/checkouts/readthedocs.org/user_builds/kakaowork-py/checkouts/latest/docs/conf.py", line 18, in <module>
    from kakaowork import __version__  # noqa: E402
  File "/home/docs/checkouts/readthedocs.org/user_builds/kakaowork-py/checkouts/latest/kakaowork/__init__.py", line 8, in <module>
    from kakaowork.client import (Kakaowork, AsyncKakaowork)
  File "/home/docs/checkouts/readthedocs.org/user_builds/kakaowork-py/checkouts/latest/kakaowork/client.py", line 5, in <module>
    import aiosonic
  File "/home/docs/checkouts/readthedocs.org/user_builds/kakaowork-py/envs/latest/lib/python3.7/site-packages/aiosonic/__init__.py", line 31, in <module>
    import chardet
ModuleNotFoundError: No module named 'chardet'

Fixed dependencies resolution of aiosonic by sonic182/aiosonic#274. Just wait for the next release without any changes