Code Monkey home page Code Monkey logo

Comments (6)

svenha avatar svenha commented on July 26, 2024 2

So, now I have larynx working on a Ubuntu 16.04 device (to be more precise: UBports / Ubuntu Touch on a smartphone!) plus the locally installed Python 3.7. Great.

The real time factor is 0.37, but I will experiment to improve the speed.

from larynx.

alt131 avatar alt131 commented on July 26, 2024 1

python >= 3.7
About Pip I use 21.0.1

from larynx.

synesthesiam avatar synesthesiam commented on July 26, 2024 1

Python 3.7 is going to be the minimum (3.6 may work, but I've never tested it).

You can install Python 3.7 on your older machine like this:

apt-get update && \
apt-get install --yes --no-install-recommends \
    wget \
    build-essential \
    git zlib1g-dev patchelf rsync \
    libncursesw5-dev libreadline-gplv2-dev libssl-dev \
    libgdbm-dev libc6-dev libsqlite3-dev libbz2-dev libffi-dev

wget -O 'Python-3.7.10.tar.xz' 'https://www.python.org/ftp/python/3.7.10/Python-3.7.10.tar.xz'
tar -xf Python-3.7.10.tar.xz
cd Python-3.7.10/
./configure
make -j 4
sudo make altinstall

And then you can just run /usr/local/bin/python3.7

from larynx.

koenvervloesem avatar koenvervloesem commented on July 26, 2024

Ubuntu Touch on a smartphone!

Nice! I'd love to hear more about your experiences with Rhasspy/Larynx on Ubuntu Touch. This is not relevant for this issue, but if you can tell us more about it elsewhere, for instance on the Rhasspy forum, that would be awesome.

from larynx.

svenha avatar svenha commented on July 26, 2024

I came to larynx without knowing Rhasspy :-) I joined the forum now, but which category would fit? I will collect some experiences before posting. Feel free to remind me if I am too slow :-)

from larynx.

koenvervloesem avatar koenvervloesem commented on July 26, 2024

The "Show us" category maybe? I'm koan on the forum, by the way.

from larynx.

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.