Coder Social home page Coder Social logo

Comments (7)

Gadgetoid avatar Gadgetoid commented on July 19, 2024

Install scripts are ostensibly for only Raspbian - although they do support Raspbian-based distributions and some other OSes. We'll look into this, but can't support every corner case. It's assumed if you know what you're doing enough to bootstrap a system without Python then you're probably comfortable picking and choosing the components you want from the manual setup.

from hyperpixel.

ngreatorex avatar ngreatorex commented on July 19, 2024

That's a fair point, but I still think there should be a guard to stop it leaving your system in a broken state. I will look at putting together a PR this evening to fix it.

from hyperpixel.

RogueM avatar RogueM commented on July 19, 2024

I am fixing this... however, the setup already installs python packages that depend on a minimal python system, so if this fails currently then I think the issue is more complex than described.

from hyperpixel.

ngreatorex avatar ngreatorex commented on July 19, 2024

@RogueM

The issue was that the "dpkg -i" call for python-evdev leaves the system in a broken state (as dpkg doesn't handle dependencies), so all the subsequent "apt-get install" calls fail to install anything and just complain.

The python-evdev deb you provide has "Depends: libc6 (>= 2.4), python (>= 2.7), python (<< 2.8)". As it depends on python and not python-minimal, the change you committed won't quite fix it. The python package is simply there for dependencies, so installing python rather than python-minimal uses only a few bytes more (it's not python-all).

from hyperpixel.

RogueM avatar RogueM commented on July 19, 2024

ah, Ok... I blame @Gadgetoid who made the edev package a while back... I doubt that it needs more than python-minimal but we'll look into. Ultimately there is no point trying to support a system where python is absent but then install everything but the kitchen sink ;-)

from hyperpixel.

ngreatorex avatar ngreatorex commented on July 19, 2024

@RogueM the python package is the correct dependency. It's a more or less empty package that itself depends on python-minimal. The "'kitchen sink" package, python-all, is separate.

from hyperpixel.

RogueM avatar RogueM commented on July 19, 2024

well, like I said initially, your problem is more complex than described. The python package is in the recommends list for python-minimal so it should really be pulled in automatically. But I can change that, and make it explicit, sure.

from hyperpixel.

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.