Skip to content
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

all instances are in failed state after upgrading to ubuntu 24.04 #178

Open
gkahansyto opened this issue Oct 24, 2024 · 3 comments
Open

Comments

@gkahansyto
Copy link

all my instances are in failed state after upgrading to ubuntu 24.04. It seems to be related to python 3.12. Any idea how to fix this.

@paukstelis
Copy link
Owner

paukstelis commented Oct 24, 2024

It is indeed the issue. It is a bit pathetic that Canonical doesn't have python 3.10/11 available in the the repos.

You will have to reinstall plugins (though all your plugin settings will be retained):
python3 -m venv /home/$USER/OctoPrint
/home/$USER/OctoPrint/bin/pip install --upgrade pip
/home/$USER/OctoPrint/bin/pip install wheel
/home/$USER/OctoPrint/bin/pip install OctoPrint

Then reboot or sudo systemctl restart instancename

@gkahansyto
Copy link
Author

awesome! that works. thank you so much.

@dgvigil
Copy link

dgvigil commented Dec 2, 2024

Worked for me too. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants