问题解决:Try to run this command from the system terminal. Make sure that you use the...

简介: 问题解决:Try to run this command from the system terminal. Make sure that you use the...

🍀分析

今天刚刚遇到这个问题,原因是之前下载stable diffusion,要求必须使用Python3.10版本的,后来不知怎的我的pip默认跑到C盘了,本来安转路径都在D盘的。经过上网查询现已解决。


🍀解决

使用命令pip -V,找到文件夹进行删除

删除后可能会发送如下情况,我想应该是系统也不知道该使用哪个了吧

最后输入命令 where pip,如果还存在多个,找到对应的文件夹删除即可。只存在一个就没问题了。


🍀总结

网上指定还有更好的解决办法,毕竟这个比较暴力。

相关文章
|
8月前
|
编译器
“Could not determine which ”make“ command to run. Check the ”make“ step in the build configuration.”
“Could not determine which ”make“ command to run. Check the ”make“ step in the build configuration.”
117 0
|
9月前
|
Shell 开发工具 Android开发
详解sh ndk-build.cmd command not found
【4月更文挑战第2天】
114 1
|
9月前
|
缓存 TensorFlow 算法框架/工具
conda 常用命令, Non-zero exit code,You will need to adjust your conda configuration
conda 常用命令, Non-zero exit code,You will need to adjust your conda configuration
227 2
|
9月前
|
NoSQL C语言
vscode出现 ERROR: Unable to start debugging. Unexpected GDB output from command “-exec-run“.
vscode出现 ERROR: Unable to start debugging. Unexpected GDB output from command “-exec-run“.
1718 0
|
Android开发
ndk-build.cmd‘‘ finished with non-zero exit value 2
ndk-build.cmd‘‘ finished with non-zero exit value 2
226 0
ndk-build.cmd‘‘ finished with non-zero exit value 2
遇到错误怎么办:ndk-build.cmd‘‘ finished with non-zero exit value 2
遇到错误怎么办:ndk-build.cmd‘‘ finished with non-zero exit value 2
449 0
|
Python
【hacker的错误集】(Try to run this command from the system terminal. Make sure...)
今天,闲着没事干,把自己的python和pycharm卸载重安了,结果在安装requests库时报错了…(当时很慌,没有截图)只知道报错内容是
496 0
【hacker的错误集】(Try to run this command from the system terminal. Make sure...)
|
Linux Shell Windows
Shell - line 2: $‘\r‘: command not found
拷贝脚本提交后报错 line 2: $'\r': command not found,但是这是别的同学可以运行后发给我的,随后开始排查。安装 dos2unix 需要使用 yum。安装 yum 需要使用 brew。
536 0
Shell - line 2: $‘\r‘: command not found
|
网络虚拟化 内存技术