반응형 Python/Python tools2 [Python] igraph import error : To avoid name collision with the igraph project, this visualization library has been renamed to 'jgraph'. Please upgrade when convenient. 새로운 가상환경에서 igraph package 를 import 하는데 위와 같은 에러가 공통적으로 발생하더라고요. jgraph라는 패키지도 찾아보면 존재하는데, 이름이 서로 비슷했어서(?) 발생하는 오류로 보입니다. 아래 명령어를 통해 재 설치하면 해결되었습니다. sudo pip install python-igraph 감사합니다! 2021. 4. 10. [Python] Permission denied error: '/usr/local/share/jupyter, jupyter extensions 주피터 추가 기능을 사용하려고 아래 명령어를 입력했는데 제목같은 오류가 뜰 때가 있었다. pip install jupyter_contrib_nbextensions && jupyter contrib nbextension install 이럴 땐 pip install jupyter_contrib_nbextensions && jupyter contrib nbextension install --user 명령어로 설치하니 해결 되었다. 2021. 4. 7. 이전 1 다음 반응형