Skip to content

Instantly share code, notes, and snippets.

@joyk50
Last active May 15, 2020 01:08
Show Gist options
  • Save joyk50/72a965e71c22544033d5e8373ae8b555 to your computer and use it in GitHub Desktop.
Save joyk50/72a965e71c22544033d5e8373ae8b555 to your computer and use it in GitHub Desktop.
Cython 사용 파이썬 라이브러리 설치/실행 시 Cython 에러 발생

when install kss(Korean Sentence Splitter), 'Cython' error

ref: https://pypi.org/project/kss/

do sudo apt install cypython seperately

Addition

[Errno 2] No such file or directory: 'curl-config': 'curl-config'

sudo apt install libcurl4-openssl-dev libssl-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment