Giter Club home page Giter Club logo

Comments (6)

MrBurgerCZ avatar MrBurgerCZ commented on July 28, 2024

Same problem here

from led-control.

jackw01 avatar jackw01 commented on July 28, 2024

I can't see the entire setup.py output so I don't know what the issue is, but try switching to the main branch (git checkout master) and rerunning sudo python3 setup.py develop

from led-control.

MrOwl42 avatar MrOwl42 commented on July 28, 2024

Hi Jack,
I've had the same issue. I tried your suggestion and got an error with that command. I've attached the txt as an example of everything that comes up on my raspberry pi 3b+.

Hope this helps! I would love to use it myself.

led-issue1.txt

from led-control.

jackw01 avatar jackw01 commented on July 28, 2024

Hi Jack, I've had the same issue. I tried your suggestion and got an error with that command. I've attached the txt as an example of everything that comes up on my raspberry pi 3b+.

Hope this helps! I would love to use it myself.

led-issue1.txt

Read the error message from sudo python3 setup.py develop, it looks like you need to install Python 3.9 or newer as that is required by numpy. If you don't want to do that, you can change the requirement in setup.py to numpy==1.21.0.

from led-control.

MrOwl42 avatar MrOwl42 commented on July 28, 2024

Thanks for the reply! I'm not sure if I should open a new issue or not, but I upgraded to Python 3.12.0. I got a warning now with incompatible function type which ended with the same warning of needs Python 3.9 or greater.

I'm very novice at this so I tried the numpy == 1.21.0 change, and got an error with cythonize.

led-issue2.txt

Much thanks

from led-control.

jackw01 avatar jackw01 commented on July 28, 2024

Based on the output you sent, you still have an older version of python installed and python3 is an alias for it, while python refers to the new python 3.12 installation. Try sudo python setup.py develop instead.

from led-control.

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.