matplotlib 가 설치가 잘 되었는데 모듈을 불러오는 에러를 발생합니다.
3880
작성자 없음
작성한 질문수 0
Traceback (most recent call last):
File "C:\ProgramData\Miniconda3\envs\my_project\lib\site-packages\matplotlib\font_manager.py", line 1353, in <module>
fontManager = json_load(_fmcache)
File "C:\ProgramData\Miniconda3\envs\my_project\lib\site-packages\matplotlib\font_manager.py", line 888, in json_load
with open(filename, 'r') as fh:
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\Zoon\\.matplotlib\\fontlist-v300.json'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "chapter12.py", line 1, in <module>
import matplotlib.pyplot as plt
File "C:\ProgramData\Miniconda3\envs\my_project\lib\site-packages\matplotlib\pyplot.py", line 32, in <module>
import matplotlib.colorbar
File "C:\ProgramData\Miniconda3\envs\my_project\lib\site-packages\matplotlib\colorbar.py", line 32, in <module>
import matplotlib.contour as contour
File "C:\ProgramData\Miniconda3\envs\my_project\lib\site-packages\matplotlib\contour.py", line 18, in <module>
import matplotlib.font_manager as font_manager
File "C:\ProgramData\Miniconda3\envs\my_project\lib\site-packages\matplotlib\font_manager.py", line 1363, in <module>
_rebuild()
File "C:\ProgramData\Miniconda3\envs\my_project\lib\site-packages\matplotlib\font_manager.py", line 1344, in _rebuild
fontManager = FontManager()
File "C:\ProgramData\Miniconda3\envs\my_project\lib\site-packages\matplotlib\font_manager.py", line 978, in __init__
ttffiles = findSystemFonts(paths) + findSystemFonts()
File "C:\ProgramData\Miniconda3\envs\my_project\lib\site-packages\matplotlib\font_manager.py", line 264, in findSystemFonts
fontfiles.update(win32InstalledFonts(fontext=fontext))
TypeError: 'NoneType' object is not iterable
이렇게 길가 나오는데요... 중간중간 font 뭐라뭐라하는거같은데.. 제 PC가 문제일까요?ㅠㅠ
답변 1
0
https://github.com/matplotlib/matplotlib/issues/12439/
작년 부터 계속 발생하는 에러 같습니다.
conda 나 pip로 설치시 matplotlib를 업데이트 해서 설치하면 될 거 같습니다
atom warning 글
0
338
0
backend.ai 설치 오류
0
315
0
backend.ai 설치 시 에러 발생
0
743
1
과제 제출 시 hash key is already used 문제 발생
0
446
0
install.bat 오류
0
479
0
과제 제출 시 hash key is already used. 해시키 문제 문의 드립니다.
0
308
1
"Hash key is already used."으로 인한 과제 제출 실패 문의
0
304
1
과제 제출 시 에러가 발생합니다
0
275
1
인트로 강의가 없습니다
0
181
0
사진 링크가 깨져있습니다
0
271
0
slack아직 사용할 수 있는건가요?
0
175
0
강의자료
0
399
4
'backend.ai'은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는 배치 파일이 아닙니다.
0
442
2
에러확인부탁드립니다.
0
258
1
number of cases 코드 질문
0
206
1
split 관련 질문입니다!
0
231
1
함수 definition 관련 질문입니다.
0
298
1
is_digit 함수 구현
0
307
1
Map & Reduce 강의 8분 15초
1
233
1
keyword parameter
0
242
1
submit.bat 오류
0
198
2
matrix_transpose 결과값이 뭐죠?
0
177
0
value를 넣으면 key를 반환하는 함수
0
131
0
첨부파일의 unit test는 어떻게 사용하나요?
0
268
0





