jincheng tong
unread,Feb 27, 2025, 6:30:02 AMFeb 27Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to XX-Net
haha@haha-VMware:~$ ls
公共 模板 视频 图片 文档 下载 音乐 桌面 snap XX-Net-5.10.7 XX-Net-5.10.7.tar.gz
haha@haha-VMware:~$ cd XX-Net-5.10.7/
haha@haha-VMware:~/XX-Net-5.10.7$ ls
code data pytest.ini README.md requirements.txt start start.bat start.vbs SwitchyOmega xx_net.sh
haha@haha-VMware:~/XX-Net-5.10.7$ sudo ./start
[sudo] haha 的密码:
Start version:5.10.7
Python 3.12.7
Traceback (most recent call last):
File "/home/haha/XX-Net-5.10.7/code/default/launcher/start.py", line 52, in <module>
import web_control
File "/home/haha/XX-Net-5.10.7/code/default/launcher/web_control.py", line 46, in <module>
import update
File "/home/haha/XX-Net-5.10.7/code/default/launcher/update.py", line 12, in <module>
from distutils.version import LooseVersion
ModuleNotFoundError: No module named 'distutils'
haha@haha-VMware:~/XX-Net-5.10.7$