GUI UPdate Failed now CMD interface failing

Running AlmaLinux 8 / CyberPanel 2.3.5
almalinux-release-8.10-1.el8.x86_64

My GUI Panel is Broken after trying to update my Cyberpanel 2.3.5 through it.

Something went wrong…

Error

Error: (1146, “Table ‘cyberpanel.IncBackups_oneclickbackups’ doesn’t exist”)

When I try to upgrade thought the CLI - I get this error:

running build_clib
error: [Errno 13] Permission denied: '/tmp/pip-build-a2hma8wk/pynacl/src/libsodium/configure'

----------------------------------------

Command “/usr/bin/python3.6 -u -c “import setuptools, tokenize;file=‘/tmp/pip-build-a2hma8wk/pynacl/setup.py’;f=getattr(tokenize, ‘open’, open)(file);code=f.read().replace(‘\r\n’, ‘\n’);f.close();exec(compile(code, file, ‘exec’))” install --record /tmp/pip-fq1aggbt-record/install-record.txt --single-version-externally-managed --compile” failed with error code 1 in /tmp/pip-build-a2hma8wk/pynacl/
above command failed…
and the update stops and I still show this on the GUI CPanel:

Something went wrong…

Error

Error: (1146, “Table ‘cyberpanel.IncBackups_oneclickbackups’ doesn’t exist”)
Alma

I was receiving a similar error a few days ago. I just updated to 2.3.6 successfully.

Yea - I just tried again and I still get the error in the CLI that I originally got here:

error: [Errno 13] Permission denied: ‘/tmp/pip-build-4zmtcq0f/pynacl/src/libsodium/configure’

Command “/usr/bin/python3.6 -u -c “import setuptools, tokenize;file=‘/tmp/pip-build-4zmtcq0f/pynacl/setup.py’;f=getattr(tokenize, ‘open’, open)(file);code=f.read().replace(‘\r\n’, ‘\n’);f.close();exec(compile(code, file, ‘exec’))” install --record /tmp/pip-3v41ia75-record/install-record.txt --single-version-externally-managed --compile” failed with error code 1 in /tmp/pip-build-4zmtcq0f/pynacl/

above command failed…


And the GUI is still broke on every page with the 1146 - oneclickbackups error

Not sure if the solutions in the following article dealing with permissions on temporary folders can help:

I tried to follow and do the steps in the article - not sure where all the referred paths are in AlmaLinux - this article is a little older. My Cyberpanel is still broke and limping. and unable to update through command line or GUI to fix

I found an article after Googling similar error messages for days that recommended this:

pip install --upgrade pip

after running that command, I reran the install through the command prompt and it fixed the issue.

Sorry I couldn’t be of much help…but glad you were able to get this resolved.