mirror of
https://github.com/inpanel/inpanel.git
synced 2026-04-26 08:46:00 +03:00
[GH-ISSUE #32] python 需要多少版本以上?centos6.5安装出错 #21
Labels
No labels
bug
bug
enhancement
help wanted
new features
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/inpanel#21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @huaimutou on GitHub (Jun 24, 2020).
Original GitHub issue: https://github.com/inpanel/inpanel/issues/32
Traceback (most recent call last):
File "install.py", line 392, in
install.install()
File "install.py", line 369, in install
self.config_account()
File "install.py", line 272, in config_account
self._run('%s/config.py username "%s"' % (self.installpath, self.username))
File "install.py", line 111, in _run
return subprocess.call(shlex.split(cmd))
File "/usr/lib/python2.6/subprocess.py", line 478, in call
p = Popen(*popenargs, **kwargs)
File "/usr/lib/python2.6/subprocess.py", line 642, in init
errread, errwrite)
File "/usr/lib/python2.6/subprocess.py", line 1234, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
@jksdou commented on GitHub (Jul 15, 2020):
2.7
@weizhiwen commented on GitHub (Mar 21, 2024):
centos7 同样的错误
@jksdou commented on GitHub (Mar 21, 2024):
@weizhiwen 如果安装失败,不要使用 install.py 安装,参考这个文档 https://inpanel.org/zh-cn/install/custom.html 手工安装