分享我安裝Python TensorFlow時所犯低級錯誤,及如何安裝Python TensorFlow成功。
Share the low-level mistakes I did and how to install TensorFlow in Python.
ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)
ERROR: No matching distribution found for tensorflow
Share the low-level mistakes I did and how to install TensorFlow in Python.
ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)
ERROR: No matching distribution found for tensorflow
ERROR
TensorFlow 支援 64-bit
而原本安裝32-bit
刪除原本的Python
安裝 TensorFlow 支援的64-bit及版本Python 3.5-3.7
CMD
cd\ -> ENTER
pip install tensorflow -> ENTER
完成!!