Giter VIP home page Giter VIP logo

Comments (5)

cp2004 avatar cp2004 commented on June 10, 2024 1

https://github.com/feelfreelinux/octo4a/releases/tag/1.2.6

Looks like this should have been fixed with Octo4a 1.2.6, released an hour ago.

from octoprint.

cp2004 avatar cp2004 commented on June 10, 2024

Operating system running OctoPrint
OctoPrint 1.9.3 Python 3.10.14

Neither of these things are an operating system.

Your OS looks to be Linux, but OctoPrint is installed globally rather than in a virtual environment, so this is not a typical setup. Please provide more details about your setup.

My suspicion - is it an android phone?? This is key information to put in the bug report.

from octoprint.

FrogoYT avatar FrogoYT commented on June 10, 2024

Oh, I am new to octoprint and GitHub, but yeah, you're right. I'm using an android phone to power octoprint. Sorry I forgot to include that.

from octoprint.

foosel avatar foosel commented on June 10, 2024

I'm sorry to say that this is an issue with your chosen environment. You are missing a compiler for some native parts of third party dependencies.

This is not an issue with OctoPrint but an issue with the environment you are trying to set it up under.

You might want to look at octo4a.

Feel free to ask for help on the community forums or discord. This tracker is for bug reports and feature requests.

from octoprint.

zaventh avatar zaventh commented on June 10, 2024

For posterity... I had this issue on Octo4a. It appears the "fix" there is to recreate the entire chroot and reinstall OctoPrint which I wished to avoid. The main issue is 1.10.0 requires psutil >=5.9.8 <6 while the Octo4a chroot Alpine 3.17 can only provide psutil 5.9.4.

I was able to resolve it by shelling into the chroot and adding build tools and other new dependencies at the dist level:

apk add build-base gcc python3-dev musl-dev linux-headers py3-zeroconf py3-cffi
apk del py3-psutil # removes dist version of psutil at 5.9.4

At which point re-running the installer from the OctoPrint UI builds the psutil wheel correctly in the environment.

Simply updating the Octo4a app did not solve the issue for me on an existing installation.

from octoprint.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.