I am going to take the TensorFlow Developer Certificate exam. The exam requires
- PyCharm 2021.3
- Python 3.8
On my laptop, I usually use python via Spyder on Anaconda
I downloaded PyCharm 2021.3, but I can't set up a new proj with Base Interpreter Python 3.8. It states Python executable is not found.
When I try to download Python 3.8 from https://www.python.org/dev/peps/pep-0569/ the executable files are not found there.
So how do I install Python 3.8 for use with PyCharm 2021.3?