SKTBrain / KoBERT

Korean BERT pre-trained cased (KoBERT)
Apache License 2.0
1.28k stars 372 forks source link

[BUG] Jupyter 가상환경 내 KOBERT 설치 불가 오류 #95

Open sunjai11 opened 1 year ago

sunjai11 commented 1 year ago

🐛 Bug

KOBERT 설치 시도 시 발생하는 오류입니다.

The conflict is caused by: onnxruntime 1.8.0 depends on numpy>=1.16.6 gluonnlp 0.6.0 depends on numpy mxnet 1.4.0.post0 depends on numpy<1.15.0 and >=1.8.2 onnxruntime 1.8.0 depends on numpy>=1.16.6 gluonnlp 0.6.0 depends on numpy mxnet 1.4.0 depends on numpy<1.15.0 and >=1.8.2 image

Numpy 버전의 문제가 큰 것으로 보입니다. 하지만, Numpy 버전의 경우 이미지에 보이다시피 1.16.6이며, 이에 맞춰 상충될 패키지는 없어보이나 동일한 문제가 계속 발생하고 있습니다.

To fix this you could try to:

  1. loosen the range of package versions you've specified
  2. remove package versions to allow pip attempt to solve the dependency conflict

To Reproduce

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

  1. -
  2. -
  3. -

Expected behavior

Environment

Jupyter Lab. (Python 3.6.13)

Additional context