pycharm安装dotenv时出错--_deprecatedinstaller: setuptools.installer and fet ch_build_eggs are deprecated

发布时间:2026/6/4 11:49:33

pycharm安装dotenv时出错--_deprecatedinstaller: setuptools.installer and fet ch_build_eggs are deprecated 安装dotenv时出现其中_deprecatedinstaller: setuptools.installer and fet ch_build_eggs are deprecated.意思是一部分函数已经不用了最后成功的操作pip install -U Python-dotenv 不知道为什么就可以了尝试过的操作可能有用的pip install --upgrade setuptools 更新pip install -i https://pypi.tuna.tsinghua.edu.cn/simple 包名 用清华源下载

相关新闻