Python 修炼记

新手在刚开始接触 Python 的过程中,常会遇到一些问题,下面记录一些我之前遇到的:

(1)macOS 终端 报错如下所示:

Traceback (most recent call last):
File “FreeForWenku.py”, line 1, in
import requests
ImportError: No module named requests

终端输入:

python -m pip install requests

等待完成安装,即可。
举一反三:
遇到 No module named XXX,都可以尝试用 python -m pip install XXX 来解决。

(2)当 PYCharm 找不到 python 的配置信息时,如下图所示,会提示 No Python interpreter configured for the project:

Python 修炼记
image.png

点上图蓝色部分的文字 Configure Python interpreter,会打开IDE 的偏好设置,我们选 Show All…,如下图:

Python 修炼记
image.png

Python 修炼记
image.png

Python 修炼记
image.png

Python 修炼记
image.png

Python 修炼记
image.png

Python 修炼记
image.png

重新回到代码编辑界面时,之前提示的 No Python interpreter configured for the project 就会自动消失掉。问题就解决了。

知识

Flutter 锦囊集

2024-12-11 13:27:32

知识

pycharm 下载安装与激活

2024-12-11 13:27:36

0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
搜索