Giter Club home page Giter Club logo

Comments (5)

stevereno30 avatar stevereno30 commented on May 30, 2024

I also have this issue. I was using version 1.2.0 of Shake & Tune without issue up until version 2.0.0 was released. I was part of the array value to big issue that was fixed during the 2.0.0 release, but I had solved that particular issue by downgrading PiOS to the legacy distro. I will try upgrading PiOS to see if it fixes this new scipi issue.

from klippain-shaketune.

Hr46ph avatar Hr46ph commented on May 30, 2024

line 5: deactivate: command not found

is a venv error. Perhaps the venv didn't get activated or something.

edit:

$ python -m venv /home/pi/test
The virtual environment was not created successfully because ensurepip is not
available.  On Debian/Ubuntu systems, you need to install the python3-venv
package using the following command.

    apt-get install python3-venv

You may need to use sudo with that command.  After installing the python3-venv
package, recreate your virtual environment.

Failing command: ['/home/pi/test/bin/python', '-Im', 'ensurepip', '--upgrade', '--default-pip']

So when running apt-get install python3-venv and re-running install.sh in /home/pi/klippain_shaketune, it starts installing all the pip modules, including scipy.

I've restarted and running belt graph, I think this fixed it.

from klippain-shaketune.

Frix-x avatar Frix-x commented on May 30, 2024

Yes, you are running into the breaking change mentionned in the release notes of the v2.0.0. Just run the steps here and everything should work :)

Also if you are running Debian Buster (or an older system that has only Python 3.7 as the last Python version), you may need to stay on v1.x for now since this Scipy requirement apparently need to also have at least Python 3.8... I'm currently looking to mitigate this issue in order to allow older OS running Shake&Tune.

from klippain-shaketune.

Hr46ph avatar Hr46ph commented on May 30, 2024

Well, that doesn't install python3-venv, which apparently was missing on Debian GNU/Linux 11 (bullseye).

Also, I would kindly advise you to not instruct users to use sudo unless it absolutely required. There is no need for it on the rm command as there are no files owned other than pi. As you may know, sudo is dangerous and a mistake is easily made.

In any case, your work on this is highly appreciated! Thank you!

from klippain-shaketune.

leitenky avatar leitenky commented on May 30, 2024

I can confirm running the setup again fixed my issue.

from klippain-shaketune.

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.