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] 코렙에서 Kobert 설치가 원활히 되지 않습니다. #109

Open
seokjunho1234 opened this issue Dec 1, 2023 · 0 comments
Open
Labels
bug Something isn't working

Comments

@seokjunho1234
Copy link

🐛 Bug

To Reproduce

Collecting git+https://@github.com/SKTBrain/KoBERT.git@master
Cloning https://
@github.com/SKTBrain/KoBERT.git (to revision master) to /tmp/pip-req-build-ag9d_9gj
Running command git clone --filter=blob:none --quiet 'https://@github.com/SKTBrain/KoBERT.git' /tmp/pip-req-build-ag9d_9gj
Resolved https://
@github.com/SKTBrain/KoBERT.git to commit 47a69af
Preparing metadata (setup.py) ... done
Collecting boto3<=1.15.18 (from kobert==0.2.3)
Using cached boto3-1.15.18-py2.py3-none-any.whl (129 kB)
Requirement already satisfied: gluonnlp<=0.10.0,>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from kobert==0.2.3) (0.10.0)
Collecting mxnet<=1.7.0.post2,>=1.4.0 (from kobert==0.2.3)
Using cached mxnet-1.7.0.post2-py2.py3-none-manylinux2014_x86_64.whl (54.7 MB)
INFO: pip is looking at multiple versions of kobert to determine which version is compatible with other requirements. This could take a while.
ERROR: Could not find a version that satisfies the requirement onnxruntime<=1.8.0,==1.8.0 (from kobert) (from versions: 1.12.0, 1.12.1, 1.13.1, 1.14.0, 1.14.1, 1.15.0, 1.15.1, 1.16.0, 1.16.1, 1.16.2, 1.16.3)
ERROR: No matching distribution found for onnxruntime<=1.8.0,==1.8.0

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

    • !pip install mxnet
      !pip install gluonnlp pandas tqdm
      !pip install sentencepiece
      !pip install transformers
      !pip install torch
    • 오류 발생

Expected behavior

정상 설치 완료

Environment

코랩에서 실행

@seokjunho1234 seokjunho1234 added the bug Something isn't working label Dec 1, 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