You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
🐛 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 gluonnlp pandas tqdm
!pip install sentencepiece
!pip install transformers
!pip install torch
Expected behavior
정상 설치 완료
Environment
코랩에서 실행
The text was updated successfully, but these errors were encountered: