Code Monkey home page Code Monkey logo

Comments (5)

Arksine avatar Arksine commented on August 21, 2024 1

This issue shouldn't occur with the latest version of moonraker, so I'm going to close this

from moonraker.

Arksine avatar Arksine commented on August 21, 2024

When you reinstalled, did you use the "-r" option? Or did you simply delete the venv before re-installing?

cd ~/moonraker/scripts
./install-moonraker.sh -r

If so, it appears that you may have conflicting gpiod package installed on your system. Please provide the output from the following command:

~/moonraker-env/bin/pip list

Thanks.

from moonraker.

mmeulstee avatar mmeulstee commented on August 21, 2024

With reinstall i ment a complete Rpi install
Here's the output of pip list

Package Version


asn1crypto 0.24.0
configparser 3.5.0b2
cryptography 2.6.1
entrypoints 0.3
enum34 1.1.6
gpiod 1.4.0
ipaddress 1.0.17
keyring 17.1.1
keyrings.alt 3.1.1
pip 20.3.3
pycrypto 2.6.1
PyGObject 3.30.4
pyxdg 0.25
RPi.GPIO 0.7.0
SecretStorage 2.3.1
setuptools 44.1.1
six 1.12.0
virtualenv 15.1.0
wheel 0.36.2

from moonraker.

Arksine avatar Arksine commented on August 21, 2024

Yep, gpiod 1.4.0 is conflicting with the system gpiod package. FWIW, that python package should not be part of a default RPi OS Lite installation. I may need to make a change to the install script to prevent this from happening in the future. In the meantime you can probably remove the package system wide to get going:

pip3 uninstall gpiod

from moonraker.

mmeulstee avatar mmeulstee commented on August 21, 2024

Thank you very much.

After i did pip3 uninstall gpiod, there still wasnt the power widget.
So thinkin there was still something in the memory, i rebooted the Pi.

sudo reboot

And ofcousre there still wasnt a power widget, then i did:

cd ~/moonraker/scripts
./install-moonraker.sh -r

And its alive', it's alive

from moonraker.

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.