Programming/Jupyter

[Jupyter] ModuleNotFoundError: No module named 'tensorflow'

goatlab 2022. 3. 31. 09:29
728x90
반응형
SMALL

 

Anaconda Prompt를 실행하고 아래 코드를 차례로 입력한다.

 

conda install tensorflow
pip3 install tensorflow
conda create -n tf tensorflow 
conda activate tf

 

Anaconda3 폴더에서 Jupyter Notebook (tensorflow)라는 프로그램이 설치되고 tensorflow 에러 문제가 해결된다.

728x90
반응형
LIST