- 📚 相关推荐文章
- Spring CloudBoot启动报错Consider defining a bean of type ServerCodecConfigurer 推荐
- 如何在python官网下载pip 推荐
- spring框架报错:java.lang.NoClassDefFoundError: orgspringframeworkaopTargetSource 推荐
- Spring框架中@Resource注解报错解决方案 推荐
- Spring框架(SpringBoot)中redis报错(Could not get a resource from the pool、java.net.SocketTimeoutException) 推荐

pip报错 Consider adding this directory to PATH or, if you prefer to suppress this warning, use
1.一般我们的pip报错他会给我们提示代码。 You should consider upgrading via the ‘C:\\Users\\mengfanxu\\AppData\\Local\\Microsoft\\WindowsApps\\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\\python.exe -m pip install --upgrade pip’ command. 2,但是如果用了它的pip还是报错呢,接下来大家可以看看我的报错。 Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 3.这个时候不要慌,我们只需要将下面这段代码黏贴下去执行就可以了。 pip3 install pyinstaller -i pypi.tuna.tsinghua.edu/simple -U 4.大家执行下去就好了。
👁️ 阅读量:0
© 版权声明:本文《pip报错 Consider adding this directory to PATH or, if you prefer to suppress this warning, use》内容均为本站精心整理或网友自愿分享,如需转载请注明原文出处:https://www.zastudy.cn/wen/1686554901a290636.html。