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

한자 모듈이 0.14.0로 업데이트 되면서 정상적으로 작동하지 않습니다. #24

Closed
hyunwoongko opened this issue Apr 25, 2024 · 1 comment

Comments

@hyunwoongko
Copy link

hyunwoongko commented Apr 25, 2024

PyPI로 올라가면서 impl.py 등의 파일이 누락된 것으로 보입니다.

>>> hanja.split_hanja("대한민국은 한자로 표현하면 大韓民國이다.")
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/opt/homebrew/lib/python3.10/site-packages/hanja/__init__.py", line 38, in load_and_call
    mod = __import__(import_path)
ModuleNotFoundError: No module named 'hanja.impl'
@hyunwoongko hyunwoongko changed the title 한자 모듈이 0.14.0에 정상적으로 작동하지 않습니다. 한자 모듈이 0.14.0로 업데이트 되면서 정상적으로 작동하지 않습니다. Apr 25, 2024
@suminb
Copy link
Owner

suminb commented May 31, 2024

제보 감사합니다. 해당 문제 해결해서 0.14.1로 다시 배포해두었습니다.

@suminb suminb closed this as completed May 31, 2024
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