Issue
How can I install Python 3.7 for my 64-bit Windows 11 Home Edition? I found that status of Python 3.7 is "End of Life". Link here
I am required to install it because one of my projects has software requirements like
Python 3.7
Keras 2.2.4.
tqdm
codecs
hard-bert = 0.80.0
tensorflow-gpu = 1.13.1
Solution
Edit:
I am able to successfully download python 3.7 on my Windows
As commented by @CrazyChucky and @Brian
3.7.9
is the latest 3.7 python with pre-build Windows installers
https://www.python.org/downloads/release/python-379/
3.7.17 is the latest version with security patches. It contains gzipped and XZ compresses files.
https://www.python.org/downloads/release/python-3717/
Answered By - Goku - stands with Palestine
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.