728x90
가상환경 생성하고 tensorflow 설치하고, python 콘솔에서 tf.__version__ 확인했지만,
jupyter notebook 에서 import tensorflow 에러가 난다.
네비게이터에서 Environment에서 검색
base 환경에서 tensorflow가 설치되어 있지 않았고 새로 만든 환경에 tensorflow가 설치되어 있었음.
base 환경에도 tensorflow를 설치하든, 새로 만든 환경으로 채널을 변경하여 notebook을 실행하면 됨.
또는, 프롬프트에서 환경 activate 하고, conda install jupyter notebook 커맨드 치면 됨.
새로운 환경에서 jupyter notebook이 없으니 base로 실행되어서 tensorflow를 몰랐던건가...
728x90
'Python' 카테고리의 다른 글
jupyter notebook nameerror 문제 변수 셀 넘기기 오류 (0) | 2019.04.15 |
---|---|
Couldn't find a tree builder with the features you requested: lxml. Do you need to install a parser library? (0) | 2019.04.08 |
쥬피터 노트북 (Jupyter Notebook) (0) | 2019.04.07 |
Tensorflow 텐서플로우 설치 (0) | 2019.04.07 |
파이썬 아나콘다 설치 (0) | 2019.04.07 |