Setting and Errors

ipython3 install 후 에러

D4tai1 2019. 3. 12.

1. ipython3 설치방법

▶ sudo apt install ipython3 -y

 

2. ipython3설치 후 발생하는 에러

▶ ipython3를 ubuntu18.04의 서버버전에서는 문제가 없었으나..

▶ ubuntu18.04의 데스크톱버전에서는 설치가 되지 않는다.

 (1) 에러내용

  ▶ ipython3 importerror cannot import name 'create_prompt_application'...

 

 

 (2) 해결방법

  ▶ sudo pip3 install 'prompt-toolkit==1.0.15'

 

(3) 실행

  ▶ 이제 ipython3명령어를 입력하면 정상적으로 돌아간다.

 

 

댓글