📌  相关文章
📜  import tensorflow as tf ModuleNotFoundError: No module named 'tensorflow' - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:16.388000             🧑  作者: Mango

代码示例5
#if you are using bert its only comaptible with python 2.7/pip2 
#and tensorflow 1.15.0 so you need to install like so
pip2 install tensorflow==1.15.0 --ignore-installed

#also if you have a gpu 
pip2 install tensorflow-gpu==1.15.0 --ignore-installed