티스토리 뷰
import matplotlib.pyplot as plt error
- matplotlib.pyplot을 import 시 위 스크린샷과 같은 오류가 발생하는 경우가 있음
- ValueError: _getFullpathname: embedded null character 오류
해결방법
-
스크린샷의 오류 메시지 중 Anaconda3/lib/site-packages/matplotlib/font_manager.py의 아래 부분을 찾아서
direc = os.path.abspath(direc).lower()
-
아래 코드로 대치
direc = direc.split('\0', 1)[0]
'python' 카테고리의 다른 글
anaconda python 버전 변경 시 주의점 (0) | 2019.06.06 |
---|---|
anaconda python Py_Initialize 오류 (0) | 2019.06.06 |
문자열 반전 (0) | 2019.05.16 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- install
- Text Detection
- 모델변환
- anaconda
- compile
- matplotlib.pyplot
- load_model
- import error
- Craft
- scikit-learn
- nearest neighbor
- knn
- PYTHON
- Keras
- pyplot
- TensorFlow
- kneighborsclassifier
- Slice
- pytorch
- onnx
- Py_initialize
- OCR
- onnx-tensorflow
- reverse string
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함