pytorch jupyter notebook 실행시 OSError: [Errno 99] Cannot assign requested address

카테고리 없음|2020. 2. 12. 00:09
반응형

 

다음 순서대로.. update하고, jupyter설치한 다음

다음처럼 쭉 하나씩 처리하시면 됩니다.

어떤 분은 "$jupyter notebook --allow-root" 이럻게 하면 저런 에러 납니다.

 

$sudo apt update
$sudo apt install python3-pip
$sudo pip3 install -vU setuptools
$sudo pip3 install jupyter
$jupyter notebook --ip=0.0.0.0 --port=8888 --allow-root

 

참고 사이트: https://nevido.tistory.com/331

반응형

댓글()