简体   繁体   中英

Tensorflow will not install

Trying to install tensorflow but no matter the method an error installing it always shows

I have tried installing the whl and I have installed the virtualenv

C:\Windows\system32>pip3 install --upgrade tensorflow

I get this error:

Collecting tensorflow ERROR: Could not find a version that satisfies the requirement tensorflow (fro m versions: none) ERROR: No matching distribution found for tensorflow

I would hope that tensorflow would install from any of the methods I have tried but I have gotten an incompatible whl error and the error shown above.

Try this:

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

I've used this before. Tell me if it works! =)

您可以尝试使用anaconda中的链接进行安装-

https://anaconda.org/conda-forge/tensorflow

遇到相同的问题,直到我发现您需要python 3.5.2进行tensorflow,无法在3.6中安装它

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