문서의 선택한 두 판 사이의 차이를 보여줍니다.
양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
wiki:ai:python:tensorflow [2020/08/19 17:43] dhan |
wiki:ai:python:tensorflow [2023/01/13 18:44] (현재) |
||
---|---|---|---|
줄 40: | 줄 40: | ||
{{: | {{: | ||
- | ==== Ref ==== | + | ==== Remove |
+ | Show | ||
+ | <code bash> | ||
+ | $> pip3 show tensorflow | ||
+ | </ | ||
+ | Uninstall | ||
+ | <code bash> | ||
+ | sudo pip3 uninstall tensorflow-gpu | ||
+ | </ | ||
+ | \\ | ||
+ | ==== Upgrade ==== | ||
+ | <code bash> | ||
+ | sudo pip3 install --upgrade tensorflow-cpu | ||
+ | </ | ||
[[https:// | [[https:// | ||
줄 100: | 줄 113: | ||
[[https:// | [[https:// | ||
\\ | \\ | ||
+ | ModuleNotFoundError: | ||
+ | < | ||
+ | dhan@dhan-linux: | ||
+ | ..... | ||
+ | ..... | ||
+ | ModuleNotFoundError: | ||
+ | </ | ||
+ | 해결법 | ||
<code python> | <code python> | ||
pip install -I pexpect | pip install -I pexpect |