Mounting at tensorflow 1.14 python 3.8

pip install --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.14.0-py3-none-any.whl 


Annex: tensorflow mounted at Python3.7

Because there is no official tensorflow add support for Python3.7, so installation is a pip direct search is not suitable tensorflow package, this time you need to install directly from .whl. Specific methods (to Mac for example):

pip install https://download.tensorflow.google.cn/mac/cpu/tensorflow-1.10.0-py3-none-any.whl --upgrade 

If you can not access this address, please resolve itself.

After installing, you modify it in accordance with the above method asynccan be friends.

 

 

Guess you like

Origin www.cnblogs.com/zeenzhou/p/12209768.html