📌  相关文章
📜  ImportError:没有名为 tensorflow 的模块 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:19.041000             🧑  作者: 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