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] Jupyter 가상환경 내 KOBERT 설치 불가 오류 #95

Open
sunjai11 opened this issue Feb 7, 2023 · 0 comments
Open

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

sunjai11 opened this issue Feb 7, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@sunjai11
Copy link

sunjai11 commented Feb 7, 2023

🐛 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

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

Expected behavior

Environment

Jupyter Lab. (Python 3.6.13)

Additional context

@sunjai11 sunjai11 added the bug Something isn't working label Feb 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant