Open qdhj opened 1 year ago
[SOLVE]
So, I got solved the error by installing debian 10 (which has python 3.7), then holding the python:
sudo apt-mark hold python3
sudo apt-mark hold python3-minimal
Then updating to Debian 11, using this instruction. Installing lsb-release (apt-get install lsb-release) and making fully second step in installing SOGS by official tutorial.
And then unholding the python:
sudo apt-mark unhold python3
sudo apt-mark unhold python3-minimal
And without upgrading anything installing the sogs
sudo apt install sogs-standalone
The bug is still there, this is hella crutch, just telling how to get around it for others in case of need
Copy of this question, closed for no reason.
Trying to install SOGS to my VPS server. Error happens at step:
Output:
Intuitively trying install python3-sogs, in requires python3-nacl. After installing the last one and retrying install the python3-sogs, getting: