GithubHelp home page GithubHelp logo

Comments (2)

krikit avatar krikit commented on August 16, 2024 1

원인은 아마도 Python의 IO 기본 인코딩이 UTF-8로 설정되지 않아서 나는 오류 같습니다. 두가지 정도를 시도해 볼 수 있겠는데요. 한번 해보시고 잘 되면 알려주시면 감사하겠습니다.

  1. PYTHONIOENCODING=UTF-8 sudo pip install . 이라고 해보시기 바랍니다.

  2. build/package_python/setup.py 파일을 열어서 open('/khaiii/README.md').read() 이 부분을 open('/khaiii/README.md', encoding='UTF-8').read()로 수정하고 해보시기 바랍니다.

만약 2번이 잘 된다면 코드에 반영해 두도록 하겠습니다.

from khaiii.

leejineun avatar leejineun commented on August 16, 2024

인코딩 문제는 2번의 방법으로 잘 해결하였습니다.

from khaiii.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.