【发布时间】:2022-02-10 18:15:14
【问题描述】:
我将参加 TensorFlow 开发者证书考试。考试要求
- PyCharm 2021.3
- Python 3.8
在我的笔记本电脑上,我通常在 Anaconda 上通过 Spyder 使用 python
我下载了 PyCharm 2021.3,但无法使用 Base Interpreter Python 3.8 设置新项目。它指出未找到 Python 可执行文件。
当我尝试从https://www.python.org/dev/peps/pep-0569/ 下载 Python 3.8 时 在那里找不到可执行文件。
那么如何安装 Python 3.8 以与 PyCharm 2021.3 一起使用?
【问题讨论】: