본문 바로가기

programmer/AWS

aws jupyter 연동 후 에러

Jupyter .ipynb 를 사용할 때 하기와 같이 에러가 발생할 수 있다.

ImportError IPython 7.10+ supports Python 3.6 and above ~

내용을 보면 Import Error란걸 확인 할 수 있는대 Ipython 5.x 버전을 먼저 설치해 달란다.

pip를 먼저 업그레이드하고

$sudo pip3 install --upgrade pip

IPython을 설치해 준다.

$sudo pip3 install IPython==5.0

정상 동작하는 것을 확인할 수 있다.

참고 링크

https://aichamp.wordpress.com/2017/05/28/installing-ipython-5-0-lower-then-6-0-compatible-with-python-2-62-7/

 

Installing ipython 5.0 (lower then 6.0) compatible with python 2.6/2.7

It is possible that you may need to install some python library or component with your python 2.6 or 2.7 environment. If those components need IPython then you For example, with python 2.7.x when y…

aichamp.wordpress.com

 

반응형
사업자 정보 표시
라울앤알바 | 장수호 | 서울특별시 관악구 봉천로 13나길 58-10, 404호(봉천동) | 사업자 등록번호 : 363-72-00290 | TEL : 010-5790-0933 | Mail : shjang@raulnalba.com | 통신판매신고번호 : 2020-서울관악-0892호 | 사이버몰의 이용약관 바로가기

'programmer > AWS' 카테고리의 다른 글

AWS 청구요금 확인 방법  (0) 2020.08.26
EC2 에서 Jupyter 사용시 Syntax Error  (0) 2020.08.26
aws jupyter 연동(2/2)  (2) 2020.08.26
aws jupyter 연동(1/2)  (0) 2020.08.26
EC2 mysql 외부 연결 설정  (0) 2020.08.26