0


【debug日记】pycharm报错:“error: no commands supplied”

在这里插入图片描述

当从github上下载了一套stable diffusion的代码时,想要直接通过项目作者提供的

setup.py

文件来安装该项目所需要的依赖库,所以我直接run了这个文件,发现报错了:

error: no commands supplied

解决方法:

  • 本地运行 直接打开pycharm的Terminal窗口,运行python setup.py install即可
  • 远程运行 在Xshell中跳转到当前setup.py所在文件目录下,如图所示我的路径是/home/jianxiaxu/stablediffusion-main:运行cd /home/jianxiaxu/stablediffusion-main跳转文件目录。然后再运行python setup.py install即可。

成功了。

在这里插入图片描述

标签: pycharm python ide

本文转载自: https://blog.csdn.net/verse_armour/article/details/129192311
版权归原作者 verse_armour 所有, 如有侵权,请联系我们删除。

“【debug日记】pycharm报错:“error: no commands supplied””的评论:

还没有评论