deeplearningzerotoall / PyTorch

Deep Learning Zero to All - Pytorch
1.03k stars 1.33k forks source link

requirements.txt에 jupyter가 없는 문제?? #33

Closed chulphan closed 5 years ago

chulphan commented 5 years ago

해당 레파지토리의 유저 가이드(https://github.com/deeplearningzerotoall/PyTorch/blob/master/docker_user_guide.md) 를 따라서 conda 업데이트 및 requirements.txt 상에 있는 패키지들을 모두 설치한 후에 jupyter를 실행시키면 실행이 되지 않습니다. (ModuleNotFoundError: No module named 'jupyter_core') 혹시나 pip list를 쳐보니 jupyter가 목록에 없었습니다.

requirements.txt를 수정해주셔야 할 듯 합니당

chulphan commented 5 years ago

https://github.com/deeplearningzerotoall/PyTorch/pull/31 위 링크 그대로 conda update를 명령어 때문에 일어난 문제 같습니다.

유저 가이드 고쳐주세요ㅠㅠ