matplotlib을 이용하여 python 에서 그래프를 그리려고 하는데 그려지지 않아서 고생 -_-
그냥 설치하면 이상한(?) 에러가 발생하면서 중단되는데
나의 경우에는 jpeg 라이브러리 없다고 배쨰는 중. 그래서 libjpeg 등을 설치하고 Pillow 라는 python 패키지를 설치후
matplotlib을 설치하니 해결되었다.
sudo apt install libjpeg-dev zlib1g-dev pip install Pillow |
pip3 install matplotlib |
[링크 : https://www.zinnunkebi.com/python-modulenotfounderror-matplotlib/]
'Programming > python(파이썬)' 카테고리의 다른 글
matplotlib (0) | 2023.10.04 |
---|---|
pyplot (0) | 2023.10.04 |
python openCV / PIL 포맷 변경 (0) | 2022.04.12 |
파이썬 딕셔너리 변수 생성과 리턴 enumerate, zip (0) | 2022.04.12 |
python interactive mode (0) | 2022.03.15 |