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

google colab에서 !pip install시 에러 발생. #54

Closed
chobbong opened this issue Apr 28, 2023 · 2 comments
Closed

google colab에서 !pip install시 에러 발생. #54

chobbong opened this issue Apr 28, 2023 · 2 comments

Comments

@chobbong
Copy link

chobbong commented Apr 28, 2023

google colab에서 !pip install시 에러 발생합니다.

!pip install git+https://github.com/haven-jeon/PyKoSpacing.git

-----------------------(error message)---------------------------
NotImplementedError Traceback (most recent call last)
in <cell line: 1>()
----> 1 get_ipython().system('pip install git+https://github.com/haven-jeon/PyKoSpacing.git')

2 frames
/usr/local/lib/python3.10/dist-packages/google/colab/_system_commands.py in _run_command(cmd, clear_streamed_output)
165 locale_encoding = locale.getpreferredencoding()
166 if locale_encoding != _ENCODING:
--> 167 raise NotImplementedError(
168 'A UTF-8 locale is required. Got {}'.format(locale_encoding)
169 )

NotImplementedError: A UTF-8 locale is required. Got ANSI_X3.4-1968

이를 어떻게 해결해야 할까요?

system : window-10
GPU : 엔비디아 3060

@rustic-snob
Copy link

!pip install 뒤에 --no-deps argument를 추가해보세요.
h5py 3.1.0 버전 설치 중에 오류가 나는 것 같습니다.

@haven-jeon
Copy link
Owner

#55 참고하세요.

클로즈 합니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants