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

[BUG] windows pycharm 환경에서 kobert 설치 할때 에러가 발생합니다. #84

Closed
Blue-Kite opened this issue Jun 3, 2022 · 4 comments
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@Blue-Kite
Copy link

🐛 Bug

windows10+ pycharm 환경에서 kobert 설치를 시도했는데 에러가 발생합니다.

To Reproduce

image

image

버그를 재현하기 위한 재현절차를 작성해주세요.

  1. pip install git+https://git@github.com/SKTBrain/KoBERT.git@master

Expected behavior

kobert 설치 완료

Environment

windows10
python 3.7

그외 파이참에 설치한 패키지입니다.
1
2
4
5

Additional context

mxnet, onnxruntime를 설치하고 pip install git+https://git@github.com/SKTBrain/KoBERT.git@master 라고 해도 똑같은 에러가 발생합니다. 저보다 먼저 이슈를 남기신 분과 같은 에러인 것 같은데 저는 해결을 하지 못했습니다.

@Blue-Kite Blue-Kite added the bug Something isn't working label Jun 3, 2022
@bage79
Copy link
Collaborator

bage79 commented Jun 9, 2022

@Blue-Kite
저희가 window 환경에서 테스트하기 어려워서 도움을 드릴 수가 없네요.
죄송합니다.

@bage79 bage79 self-assigned this Jun 9, 2022
@bage79 bage79 added the help wanted Extra attention is needed label Jun 9, 2022
@Ganache012
Copy link

git clone으로 git 파일을 다운받는것은 시도해보셨나요?
pycharm 환경이면 git clone을 통해 github의 파일을 다운로드 한뒤에 하단의 python packages 탭에서 driver로 접근해서 파일을 직접적으로 추가해 설치해주는 방법이 있습니다, 저는 kobert-tokenizer를 사용했어야했는데 비슷한 어려움을 겪어서 삽질해보니까 그런 방법이 있더라구요, 도움이 됬으면 좋겠습니다..

@Hack012
Copy link

Hack012 commented Jul 26, 2022

안녕하세요, 다른 방법이 있어서 또 코멘트 남깁니다, windows 환경에서 git clone을 통해 kobert 폴더를 내려받고 폴더 안의 setup.py를 python setup.py install 명령어로 실행시키면 윈도우에도 파이참 없이 kobert를 추가할 수 있었습니다, 위의 방법이 안되시는 분들도 계실 것 같아서 도움이 됐으면 좋겠습니다. ps. 설치여부 확인은 pip list를 이용해서 하시면 됩니다.

@bage79
Copy link
Collaborator

bage79 commented Aug 24, 2022

다른 분들이 답변을 주셨고, 더 이상 코멘트가 없어서 Close 합니다.

@bage79 bage79 closed this as completed Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants