- Arawn's Dev Blog
- Outsider's Dev Story
- Toby's Epril
- Benelog
- NHN 개발자 블로그
- SK 플래닛 기술 블로그
- OLC CENTER
- 소프트웨어 경영/공학 블로그
- 모바일 컨버전스
- KOSR - Korea Operating System …
- 넥스트리 블로그
- 리버스코어 ReverseCore
- SLiPP
- 개발자를 위하여... (Nextree 임병인 수석)
- "트위터 부트스트랩: 디자이너도 놀라워할 매끈하고 직관…
- Learning English - The English…
- real-english.com
- 'DataScience/Deep Learning' 카테…
- Deep Learning Summer School, M…
- Deep Learning Courses
민서네집
Docker 환경에서 %matplotlib qt 가 에러남. 본문
Docker 환경에서 %matplotlib qt 가 Import 에러남.
ImportError: Matplotlib qt-based backends require an external PyQt4, PyQt5,
or PySide package to be installed, but it was not found.
(python3) root@bdfef6c5464a:~/data# pip install -U pyqt5
Collecting pyqt5
Downloading PyQt5-5.7-cp35-cp35m-manylinux1_x86_64.whl (89.8MB)
100% |################################| 89.8MB 13kB/s
Collecting sip (from pyqt5)
Downloading sip-4.18.1-cp35-cp35m-manylinux1_x86_64.whl (60kB)
100% |################################| 61kB 3.4MB/s
Installing collected packages: sip, pyqt5
Successfully installed pyqt5-5.7 sip-4.18.1
(python3) root@bdfef6c5464a:~/data# pip install -U PySide
Collecting PySide
Downloading PySide-1.2.4.tar.gz (9.3MB)
100% |################################| 9.3MB 132kB/s
Complete output from command python setup.py egg_info:
only these python versions are supported: [(2, 6), (2, 7), (3, 2), (3, 3), (3, 4)]
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-8qly_lz5/PySide/
PySide 는 python 버젼이 3.5 버젼을 지원하지 않아서 설치 안되는것 같구요.
%matplotlib qt 하니까
: cannot connect to X server
이라고 나오면서 jupyter 커널이 죽고 restart 되네요.
'Python' 카테고리의 다른 글
[Free ebook] Python 3 Object-Oriented Programming (0) | 2016.09.07 |
---|---|
jupyter notebook Style 바꾸기 - custom.css 파일 위치 (0) | 2016.09.07 |
[레이지앱스] [django] [React.Js] (0) | 2016.08.28 |
[python] type 명령으로 class 선언하기 (0) | 2016.08.28 |
[python] 메서드 소스를 보고 싶을 때 (inspect 모듈 사용) / 바이트 코드 보기 (0) | 2016.08.28 |