wsl Ubuntu22.04使用一键安装过程中遇到程序崩溃
-
wget http://fishros.com/install -O fishros && . fishros
--2025-04-11 21:11:30-- http://fishros.com/install
Resolving fishros.com (fishros.com)... 47.119.165.169
Connecting to fishros.com (fishros.com)|47.119.165.169|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: http://fishros.com/install/ [following]
--2025-04-11 21:11:31-- http://fishros.com/install/
Reusing existing connection to fishros.com:80.
HTTP request sent, awaiting response... 200 OK
Length: 957 [application/octet-stream]
Saving to: ‘fishros’fishros 100%[===================================================================================>] 957 --.-KB/s in 0s
2025-04-11 21:11:31 (255 MB/s) - ‘fishros’ saved [957/957]
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
python3-distro is already the newest version (1.7.0-1).
python3-yaml is already the newest version (5.4.1-1ubuntu1).
0 upgraded, 0 newly installed, 0 to remove and 72 not upgraded.
--2025-04-11 21:11:31-- http://mirror.fishros.com/install/tools/base.py
Resolving mirror.fishros.com (mirror.fishros.com)... 47.119.165.169
Connecting to mirror.fishros.com (mirror.fishros.com)|47.119.165.169|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 51464 (50K) [application/octet-stream]
Saving to: ‘/tmp/fishinstall//tools/base.py’/tmp/fishinstall//tools/base.py 100%[===================================================================================>] 50.26K 227KB/s in 0.2s
2025-04-11 21:11:32 (227 KB/s) - ‘/tmp/fishinstall//tools/base.py’ saved [51464/51464]
Run CMD Task:[dpkg --print-architecture]
[-][0.00s] CMD Result:successRun CMD Task:[wget http://mirror.fishros.com/install/tools/translation/translator.py -O /tmp/fishinstall//tools/translation/translator.py --no-check-certificate]
[-][0.00s] CMD Result:code:1检测到程序发生异常退出,请打开:https://fishros.org.cn/forum 携带如下内容进行反馈
标题:使用一键安装过程中遇到程序崩溃
Traceback (most recent call last): File "/tmp/fishinstall/install.py", line 134, in <module> main() File "/tmp/fishinstall/install.py", line 68, in main importlib.import_module("tools.translation.translator").Linguist() File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1050, in _gcd_import File "<frozen importlib._bootstrap>", line 1027, in _find_and_load File "<frozen importlib._bootstrap>", line 992, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed File "<frozen importlib._bootstrap>", line 1050, in _gcd_import File "<frozen importlib._bootstrap>", line 1027, in _find_and_load File "<frozen importlib._bootstrap>", line 1004, in _find_and_load_unlocked ModuleNotFoundError: No module named 'tools.translation'
本次运行详细日志文件已保存至 /tmp/fishros_install.log