PATH에
pip-> 파이썬설치경로/Scripts로 지정해줘야.
python->파이썬설치경로로.
PYTHONPATH라는 새 변수에
파이썬설치경로\Lib 추가
- 환경변수 설정 후 재부팅
현재 윈도우에서 pip install tensorflow로 텐서플로우 지원함.
(pip : python install package)
설치 된 것 같아도 안됬을 수 있으니 확인하자
◆windows 설치 시 에러
https://www.tensorflow.org/get_started/os_setup#pip_installation_on_windows
(설치해야함)
NOTE: TensorFlow requires
MSVCP140.DLL, which may not be installed on your system. If, when you import tensorflow as tf, you see an error about No module named "_pywrap_tensorflow" and/or DLL load failed, check whether MSVCP140.DLL is in your %PATH% and, if not, you should install the Visual C++ 2015 redistributable (x64 version).파이썬 프린트문은 print()로 감싸야 함
댓글 없음:
댓글 쓰기