-
-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python Version does not get updated #422
Comments
Hello Raukze, I think updating Python itself is kind of a big ask if you just want to update your WGDashboard, because there are a lot of changes between Python versions. therefore it is really riskful to suddenly update the Python version. But if you see this differently! Please tell me how we can improve this! |
The point I want to make is that |
To add to that. I tried manually updating the Python version to 3.10.0 with the following commands from here wget https://www.python.org/ftp/python/3.10.0/Python-3.10.0.tgz && \
tar -xvf Python-3.10.0.tgz && \
cd Python-3.10.0 && \
sudo ./configure --enable-optimizations && \
sudo make && \
sudo make altinstall I then added the symlink When running the
I then tried running
it seems to be stuck in the script after that output. |
Hi, please try the step 1,2 and 3 on here "How to update?" and see if it works? |
Damn I just restored the backup. Will try the whole update progress later again. Thanks! |
Update is successful:
But when trying to start:
and it stops there. |
reported a few weeks ago that the upgrade process does not work moving from v3 to v4 but as yet still no resoloution but some troubleshooting links it back to bcrypt |
Hi @Raukze , you mind follow these steps instead of using
|
@donaldzou the updating method is through GitHub correct? |
Describe The Problem
I tried to update wireguard's dashboard today (
./wgd.sh update
), but it fails because the installed Python version is too low. I would have expected the update script to also update my Python version if it is below the minimum required version.Expected Error / Traceback
To Reproduce
LXC-Container in Proxmox created via https://tteck.github.io/Proxmox/#wireguard-lxc
Running
./wgd.sh update
OS Information:
The text was updated successfully, but these errors were encountered: