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
{{ message }}
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.
Description
I have tried to install KoBert Model
Error Message
ERROR: Command errored out with exit status 1: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-kn38xj8i/gluonnlp/setup.py'"'"'; __file__='"'"'/tmp/pip-install-kn38xj8i/gluonnlp/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-z0eeznlb/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/include/python3.7/gluonnlp Check the logs for full command output.
To Reproduce
(If you developed your own code, please provide a short script that reproduces the error. For existing examples, please provide link.)
Steps to reproduce
(Paste the commands you ran that produced the error.)
!python3 -m pip install -U --pre mxnet
!pip install gluonnlp
What have you tried to solve it?
Environment
Google Collab, Python3.7,
The text was updated successfully, but these errors were encountered: