Issue
I am getting an error when trying to download tensorflow through pip.
PS C:\Users\12158> pip install tensorflow
ERROR: Could not find a version that satisfies the requirement tensorflow (from versions:
none)
ERROR: No matching distribution found for tensorflow
Very strange. Through research there seems to be an issue with newer python versions and installing tensorflow. Is there an option to not have to downgrade python?
PS C:\Users\12158> python -c "import struct; print(8 *struct.calcsize('P'))"
64
PS C:\Users\12158>
My version is Python 3.12.0.
Thanks!
Solution
TensorFlow is now only available up to version 3.11 of Python.
You may use Python 3.11 and try again.
Please refer to the installation instructions for more information.
Answered By - Neko
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.