How to resolve ./cyberpanel.sh: line 742 : usr/local/cyberpanel/bin/python2: No such file or direct

When I was trying to install Cyberpanel on existing DO droplet (Ubuntu 18), getting the errors

./cyberpanel.sh: line 742 : usr/local/cyberpanel/bin/python2: No such file or directory

grep: /var/log/installLogs.txt: No such file or directory

reference error image - http://joxi.ru/KAxJGq9HZ7ZZ6m

please help me

Hi,

I just grabbed a ubuntu 18 droplet but seems can not reproduce the issue.

please try this

  1. resintall the droplet to ubuntu 18.04

  2. login to SSH , run script /root/install.log

  3. now run sh <(curl cyberpanel.sh)

Now the installer will run , and if it hits error and stopped as in your screenshot , run exit

then check your root dir you will see a file “install.log”

please send me this file , this will contain more info

Installation will start in 10 seconds, if you wish to stop please press CTRL + C
./cyberpanel.sh: line 969: /usr/local/CyberPanel/bin/python: No such file or directory
grep: /var/log/installLogs.txt: No such file or directory
Oops, something went wrong…

there must be more error above that, please run that script command to log output

i run it “script /root/install.log”

Then upload that file please

uploading log file https://wetransfer.com/downloads/7927062e68fa129bee43cb509e39884120200106134903/e835002e768dc47589ebc370af70fc7420200106134903/7d512c

the log is incomplete…

script only created so many log records

I got a record of the ssh window https://we.tl/t-4qcm51o9Uu

I got a record of the ssh window WeTransfer - Send Large Files & Share Photos Online - Up to 2GB Free> @qtwrk said:

the log is incomplete…

help pls

Please help, I’m with centos 7 and getting error:

fatal: destination path ‘cyberpanel’ already exists and is not an empty directory.
Minstall/install.py
Minstall/installCyberPanel.py
Already on ‘stable’
/home/centos
setenforce: SELinux is disabled
Preparing…
Installation will start in 10 seconds, if you wish to stop please press CTRL + C
./cyberpanel.sh: line 990: /usr/local/CyberPanel/bin/python: No such file or directory
grep: /var/log/installLogs.txt: No such file or directory
Oops, something went wrong…

are you running as root or sudo ?

Type your comment> @qtwrk said:

are you running as root or sudo ?

of course,
I run:
$ sudo su
$ sh <(curl https://cyberpanel.net/install.sh || wget -O - https://cyberpanel.net/install.sh)

I built again & built again for a new instance, but get the same results

Type your comment> @Jito said:

Type your comment> @qtwrk said:

are you running as root or sudo ?

of course,
I run:
$ sudo su
$ sh <(curl https://cyberpanel.net/install.sh || wget -O - https://cyberpanel.net/install.sh)

I built again & built again for a new instance, but get the same results

please try this set

after install a new clean system ,

yum update

yum install curl wget

wget cyberpanel.sh/cyberpanel.sh

chmod +x cyberpanel.sh

script /root/debug.log

./cyberpanel.sh

now it starts to install , if you encouter error and stops , run “exit” , then please post file /root/debug.log

this file will contain all the output in the terminal

/root/install.log

bash: /root/install.log: Permission denied

this problem is very annoying. I have 7 servers running smoothly, but I’m having trouble installing 8.

Type your comment> @Jito said:

/root/install.log

bash: /root/install.log: Permission denied

no , check my commands again.

Installation will start in 10 seconds, if you wish to stop please press CTRL + C
./cyberpanel.sh: line 990: /usr/local/CyberPanel/bin/python: No such file or directory
grep: /var/log/installLogs.txt: No such file or directory

https://wetransfer.com/downloads/9a347ae7f6d67cab7d72c5e21073929a20200110055453/d64df32f17702a88e35d43bf64016f4a20200110055453/a83a00

may I know your system and provider ? i will try to reproduce it.