ai相册模型下载后安装或者在线安装都失败,
报错“下载安装失败,exit status 1”
根据帮助中心:
9527@MingCloud:~$ apt list | grep python3.11-venv
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
python3.11-venv/oldstable,now 3.11.2-6+deb12u6 amd64 [installed]
9527@MingCloud:~$ apt list | grep python3-pip
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
python3-pip-whl/oldstable,now 23.0.1+dfsg-1 all [installed,automatic]
python3-pip/oldstable,now 23.0.1+dfsg-1 all [installed]
python3-pipdeptree/oldstable 2.2.0-3 amd64
root@MingCloud:~# apt install python3.11-venv && apt install python3-pip
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
python3.11-venv is already the newest version (3.11.2-6+deb12u6).
0 upgraded, 0 newly installed, 0 to remove and 16 not upgraded.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
python3-pip is already the newest version (23.0.1+dfsg-1).
0 upgraded, 0 newly installed, 0 to remove and 16 not upgraded.
是否python依赖有问题?还能怎么办?