Python程序教程

您现在的位置是:首页 >  Python

当前栏目

pycharm配置解释器显示unsupported python 3.4和pipenv executable is not found

pycharm,配置,解释器,显示,unsupported,python,3.4,pipenv,executable,is,not,found
2025-03-18 08:48:46 时间

大家好,又见面了,我是你们的朋友全栈君。

报错1:

unsupported python 3.4
pycharm配置Python3.4解释器显示unsupported

python3.4的环境变量无效,需要重新添加 添加后再重新检查

报错:

pipenv executable is not found

解决:

pip install pipenv  执行该命令安装即可。

最后正常显示python34或者38即可

发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/174898.html原文链接:https://javaforall.cn