简体   繁体   中英

How do I install TensorFlow?

I have tried to install TensorFlow using pip install tensorflow but command prompt threw an error saying

ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)

ERROR: No matching distribution found for tensorflow

Please make sure that the version of Python and the version of Tensorflow are not in conflict. Check this first!

>>> python3 --version

Make sure it is not the latest one(like 3.10). It takes time for Other libraries to support the latest versions.

Then go to TensorFlow PIP history page and look for the compatible version.

Preferably use Anaconda for package management and install any big Frameworks/libraries in virtual environments

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