
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
2019. 6. 17. 20:30
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- nearest neighbor
- import error
- Keras
- TensorFlow
- Slice
- onnx
- compile
- kneighborsclassifier
- PYTHON
- pyplot
- scikit-learn
- knn
- onnx-tensorflow
- Craft
- Text Detection
- 모델변환
- load_model
- pytorch
- Py_initialize
- anaconda
- matplotlib.pyplot
- OCR
- reverse string
- install
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함