簡體   English   中英

在 Windows 上安裝 tensorflow 時出現問題

[英]Issue with installing tensorflow on Windows

我正在嘗試在我的 windows 電腦上安裝 TensorFlow。 我一直無法找到解決我的問題的解決方案。

我目前正在運行 python 3.8 64 位(pip 19.0.3)。 嘗試使用pip install tensorflow==2.4.0 ,出現錯誤

Could not find a version that satisfies the requirement tensorflow==2.4.0 (from versions: ) No matching distribution found for tensorflow==2.4.0 

我已經嘗試過僅對 GPU 和 CPU 使用直接 package 位置的方法:

pip install https://storage.
googleapis.com/tensorflow/windows/gpu/tensorflow_gpu-2.4.0-cp38-cp38-win_amd64.whl

現在得到錯誤

tensorflow_gpu-2.4.0-cp38-cp38-win_amd64.whl is not a supported wheel on this platform.

我的系統是帶有英特爾 i5 和 geforce 顯卡的 x64。 我還安裝了視覺工作室 c++。

你試過這個嗎?

pip install tensorflow

暫無
暫無

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

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