本节我们将向大家介绍如何在Windows系统安装 Python3.9 开发环境,安装Python3.11下载Python3.11安装包即可,安装流程都是一样的下载安装Python3.9环境打开Python 官网:https://www.python.
2. python安装requests Python安装模块使用pip命令,现在高版本Python在安装时已经自动安装了pip,不需要再安装,在python安装目录的Scripts下,比如Python2.7 Windows环境,打开cmd命令行,切换到Python安装目录下的Scripts,再输入pip install requests。
打开项目后,如果提示Invalid Python interpreter selected for the project,项目使用的 python interpreter无效,或者提示系统找不到指定文件,或者运行代码程序时在PyCharm底部的Run窗口出现Python path configuration的异常提示信息,这些都表示要重新配置python解释器,可以在PyCharm的标题栏File→Settings→Project:→Python Interpreter设置有效的python interpreter。