Notice
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- YouTube 8M
- keras
- colab
- pyTorch
- 딥러닝
- urllib
- dataset
- shakeratos
- colaboratory
- object detection
- raspberry pi
- face_recognition
- linux
- Windows 10
- ubuntu
- TensorFlow
- windows
- dlib
- FIle
- install
- Deep Learning
- error
- gpu memory
- python
- Jupyter notebook
- download
- CUDA
- python3
- Anaconda
- ppc64le
Archives
- Today
- Total
Shakerato
리눅스 한글 문제 해결 ('ascii' codec can't encode characters) 본문
리눅스에서의 한글 출력 문제 발생시 해결방법
에러메세지 "UnicodeEncodeError: 'ascii' codec can't encode characters linux ..."
아래 명령어 실행
localedef -i -v -c en_US -f UTF-8 en_US.UTF-8
실행 후 아래 명령어 실행하면 en_US.UTF-8 추가된 걸 확인할 수 있음
locale -a
'Research' 카테고리의 다른 글
Nvidia Driver and CUDA install on ppc64le Ubuntu (0) | 2019.10.07 |
---|---|
apt-get error 'Couldn't create temporary file ...' (0) | 2019.10.07 |
apache (httpd) web server setup on ppc64le server (0) | 2019.04.23 |
usb 대용량 파일 전송 실패 해결방법 (드라이브 포멧 변경 fat32 -> ntfs) (0) | 2019.03.01 |
pytorch CUDNN_STATUS_EXECUTION_FAILED error (Anaconda3) (0) | 2019.02.23 |
Comments