Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ImportError: No module named tensorflow

#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
Comment

PREVIOUS NEXT
Code Example
Shell :: mongorestore command 
Shell :: git change git commit date 
Shell :: virtualbox debian 10 guest additions 
Shell :: kill process in windows 
Shell :: install wsl2 windows 10 pro 
Shell :: diskpart commands 
Shell :: pdf pages to images imagemagick 
Shell :: arch pacman remove 
Shell :: kubernetes command line to scale down pods 
Shell :: center table markdown github 
Shell :: how to add a custom zsh aliases 
Shell :: how to kill a process with linux 
Shell :: kill a process with pid 
Shell :: adb install apk 
Shell :: kubernetes get deployments 
Shell :: git checkout single file 
Shell :: opencv tutorial python 
Shell :: cmd kill pid 
Shell :: [Errno 13] Permission denied: ubuntu 
Shell :: docker compose command bash permission denied 
Shell :: ffprobe get duration 
Shell :: remove untracked files 
Shell :: delete registry key powershell 
Shell :: clear arp table ubuntu] 
Shell :: ssh-keygen -t rsa 
Shell :: windows 10 sfc scan 
Shell :: linux mail delete all 
Shell :: test cpu linux 
Shell :: How to generate a self-signed certificate SSL HTTPS 
Shell :: download brew 
ADD CONTENT
Topic
Content
Source link
Name
2+5 =