Coder Social home page Coder Social logo

Bug in installing about octoprint-webhooks HOT 5 CLOSED

2blane avatar 2blane commented on July 28, 2024
Bug in installing

from octoprint-webhooks.

Comments (5)

jpisongithub avatar jpisongithub commented on July 28, 2024 1

Interesting, just found this... python-pillow/Pillow#4555 will try ssh into the pi then running "sudo pip install --no-cache-dir Pillow" and report back

from octoprint-webhooks.

2blane avatar 2blane commented on July 28, 2024

Hmm, if you look at the very last word there is a 'MemoryError'. Seems your Raspberry Pi 0 ran out of memory trying to install 'Pillow' which is a package needed by the plugin. Seems to be an issue on smaller devices. Will look into if there is a workaround

from octoprint-webhooks.

2blane avatar 2blane commented on July 28, 2024

@jpisongithub
Looks like it's a common issue. See these links for more guidance. It looks a little involved to fix, but basically, the Pi 0 doesn't have a ton of memory so it only allows a certain amount to things like temporary downloads (which is used by PIP to install the plugin and its dependencies). My plugin isn't the only one you'll run into issues with.

General Octoprint Issue

Installing another plugin with issues

from octoprint-webhooks.

jpisongithub avatar jpisongithub commented on July 28, 2024

pip install command via SSH doesn't work due to another documented blunder

workaround follows using the octopi web interface...

went into settings and then to plugin manager
click the wrench in the upper right hand corner
scroll all the way down to the bottom

for additional arguments enter: --no-cache-dir
and check: Force the user of the --user flag with pop install

then install webhooks

then reboot the pi when prompted

works 👍 thanks for pointing me in the right direction!

from octoprint-webhooks.

2blane avatar 2blane commented on July 28, 2024

@jpisongithub great to hear! Glad you got it working!

from octoprint-webhooks.

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.