错误记录Mac 中 IntelliJ IDEA 运行 Python 程序报错 ( pip 21.0 will drop support for Python 2.7 in January 20 )(代
Posted 韩曙亮
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了错误记录Mac 中 IntelliJ IDEA 运行 Python 程序报错 ( pip 21.0 will drop support for Python 2.7 in January 20 )(代相关的知识,希望对你有一定的参考价值。
一、报错信息
在 【错误记录】Mac 中 IntelliJ IDEA 运行 Python 程序报错 ( No module named ‘threadpool‘ ) 博客中 , 出现如下报错 ;
40:614: execution error: DEPRECATION:
Python 2.7 reached the end of its life on January 1st, 2020.
Please upgrade your Python as Python 2.7 is no longer maintained.
pip 21.0 will drop support for Python 2.7 in January 2021.
More details about Python 2 support in pip can be found at
https://pip.pypa.io/en/latest/development/release-process/#python-2-support
pip 21.0 will remove support for this functionality.
二、解决方案
安装 最新 Python 版本 ;
进入 Python 主页 https://www.python.org/ ;
选择 Downloads 选项卡下的下载最新版本 ;
下载完毕后的文件 ;
双击下载的 python-3.10.0-macos11.pkg 文件 ;
安装 Python
设置当前 Python 程序的 SDK ;
右键点击工程名 , 选择 " Open Module Settings " 选项 ;
在 Project 选项卡中选择 Python3.10 版本的 SDK ;
执行 【错误记录】Mac 中 IntelliJ IDEA 运行 Python 程序报错 ( No module named ‘threadpool‘ ) 博客中的操作 , 安装 threadpool 组件 ;
threadpool 安装完成 ;
以上是关于错误记录Mac 中 IntelliJ IDEA 运行 Python 程序报错 ( pip 21.0 will drop support for Python 2.7 in January 20 )(代的主要内容,如果未能解决你的问题,请参考以下文章
错误记录Mac 中 IntelliJ IDEA 运行 Python 程序报错 ( No module named ‘threadpool‘ )
错误记录Mac 中 IntelliJ IDEA 运行 Python 程序报错 ( End of statement expected )
错误记录Mac 中 IntelliJ IDEA 运行 Python 程序报错 ( pip 21.0 will drop support for Python 2.7 in January 20 )(代
IntelliJ IDEA在mac系统import project找不到隐藏目录的解决办法