简体   繁体   中英

No tensorflow in Google Colaboratory local host

There is no tensorflow in google colab local host machine and there is no way to install it. When I run train.py it shows no module named 'tensorflow'.I would really appreciate some help.

Unfortunately, there's no one-size-fits-all way to install TensorFlow on your local machine. (Part of the value of Colab's backends is dealing with all of that.)

Fortunately, TensorFlow does have a fairly comprehensive set of install steps for most common environments; see: https://www.tensorflow.org/install/

My recommendation is to start there, try to work through the process, and, if you hit a snag, ask a follow-up question that describes your OS, install type, what you tried, and the error you encountered.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM