티스토리 뷰
맥에서 Python 개발을 할 때, matplotlib 로 그래프 출력이 안되는 경우가 있는 것 같다.
에러 메시지는 다음과 같이 난다.
import matplotlib.pyplot as plt
File "/Users/cosrah/anaconda3/envs/py35/lib/python3.5/site-packages/matplotlib/pyplot.py", line 115, in <module>
_backend_mod, new_figure_manager, draw_if_interactive, _show = pylab_setup()
File "/Users/cosrah/anaconda3/envs/py35/lib/python3.5/site-packages/matplotlib/backends/__init__.py", line 62, in pylab_setup
[backend_name], 0)
File "/Users/cosrah/anaconda3/envs/py35/lib/python3.5/site-packages/matplotlib/backends/backend_macosx.py", line 17, in <module>
from matplotlib.backends import _macosx
RuntimeError: Python is not installed as a framework. The Mac OS X backend will not be able to function correctly if Python is not installed as a framework. See the Python documentation for more information on installing Python as a framework on Mac OS X. Please either reinstall Python as a framework, or try one of the other backends. If you are using (Ana)Conda please install python.app and replace the use of 'python' with 'pythonw'. See 'Working with Matplotlib on OSX' in the Matplotlib FAQ for more information.
이 경우에 다른 방법을 좀 써봤지만, Stack overflow에 올라온 글이 도움이 되었다.
사용할 수 있는 방식은 여러가지지만, 그 중에 별탈없이 잘 나오는 TkAgg -- Good!!
['WXAgg', 'MacOSX', 'WX', 'GTK', 'WebAgg', 'Qt5Cairo', 'Qt4Agg', 'gdk', 'TkAgg', 'nbAgg',
'GTKAgg', 'GTK3Agg', 'svg', 'WXCairo', 'template', 'GTKCairo', 'pdf', 'Qt4Cairo', 'agg',
'GTK3Cairo', 'pgf', 'TkCairo', 'Qt5Agg', 'cairo', 'ps']
아래는 출력 화면을 넣으려고 했으나;; 티스토리에 사진을 못붙여 넣겠네.. 맥북 구리다.
'IT > 프로그래밍' 카테고리의 다른 글
Elasticsearch에서 결과가 10,000개만 나올 때 (0) | 2023.03.08 |
---|---|
[Python] 리스트에서 두개 쌍의 모든 조합 얻어내기 (list -> all of two pairs) (0) | 2014.01.30 |
[Python] 멀티쓰레드, 그리고 Critical Section or Semaphore (0) | 2012.09.26 |
git with proxy (0) | 2012.08.13 |
[Python] Encoding 문제 (1) | 2011.11.14 |
- Total
- Today
- Yesterday
- 지루박멸연구센타
- 열정의 힘을 믿는다
- Le4rN TO Cr4cK
- 디버깅에관한모든것(DebugLab)
- sysinternals
- FoundStone
- hashtab
- 보안-coderant
- 디바이스드라이버 개발자 포럼
- dualpage.muz.ro
- osronline.com - 드라이버 관련 정보 사이트
- NtInternals - NativeAPI Refere…
- pcthreat - spyware 정보 제공
- rootkit.com - 루트킷 관련 정보
- www.ntinternals.net
- WINE CrossRef. - source.winehq…
- tuts4you
- hex-rays
- idapalace
- idefense
- immunityinc
- threatexpert
- hdp.null2root.org
- www.crackstore.com
- crackmes.de
- www.who.is
- www.cracklab.ru
- community.reverse-engineering.…
- video.reverse-engineering.net
- SnD
- 클레이 키위
- reversengineering.wordpress.co…
- www.openrce.org
- www.woodmann.com
- PEID.Plusins.BobSoft
- roxik.com/pictaps/
- regexlib.com
- spyware-browser.com
- www.usboffice.kr
- regulator
- www.txt2re.com
- ietab.mozdev.org
- zesrever.xstone.org
- www.heaventools.com/PE-file-he…
- www.heaventools.com
- www.innomp3.com
- 울지않는벌새
- exetools.com-forum
- exetools.com
- utf8 conv
- robtex - IP trace
- onsamehost - same IP sites
- JpopSuki
- jsunpack.jeek.org
- wepawet.iseclab.org
- www.jswiff.com
- www.hackeroo.com
- winesearcher.co.kr
- khpga.org
- malwareurl.com
- anubis.iseclab.org
- www.crummy.com-eautifulSoup
- malwarebytes.org/forums
- bbs.janmeng.com
- blackip.ustc.edu.cn
- eureka.cyber-ta.org
- exploit-db.com
- Pivot
- 맥쿼리인프라
- CriticalSection
- 자동트래이딩
- ubuntu
- 주택구매력지수
- 공공인프라
- 실시간트래이딩
- systemd
- logrotate
- ROA
- 사회간접자본
- 매매가격지수
- 미국주식
- 주식트래이딩
- 다올저축은행
- 신한저축은행
- hai
- SBI저축은행
- INVOICE
- 레고랜드
- ChatGPT
- PIR
- O365
- 군함도
- 피봇
- 전세매매지수
- ElasticSearch
- 시스템트래이딩
- 주식
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |