簡體   English   中英

在 Windows 上安裝 TensorFlow 1.15

[英]Install TensorFlow 1.15 on Windows

I'm trying to install tensorflow 1.15 in Windows 10. I tried to use python 3.6.4 and 3.7.8 both with CUDA 10.0 and cuDNN 7.4.

我使用的是 pip 版本 21.0.1,盡管它來自另一個版本的 python(也許這是一個問題?)

pip 21.0.1 from C:\Users\rodri\AppData\Roaming\Python\Python39\site-packages\pip (python 3.9)

我嘗試了一些命令,例如: pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/windows/cpu/tensorflow-1.15.0-cp37-cp37m-win_amd64.whl

但我不確定 Windows 的 1.15 TensorFlow 的鏈接是什么(最好支持 GPU)。

在這種情況下,我收到一條消息: ERROR: tensorflow-1.15.0-cp37-cp37m-win_amd64.whl is not a supported wheel on this platform.

有人會幫助我嗎?

看起來您正在使用 Python 3.9

pip 21.0.1 from C:\Users\rodri\AppData\Roaming\Python\Python39\site-packages\pip (python 3.9) Tensorflow 對 Python 3.9 的支持仍在進行中。 請看看這個問題

如果您使用的是較低版本的 Python(3.7、3.8),請在安裝 Tensorflow 時確保路徑正確。 謝謝!

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM