Coder Social home page Coder Social logo

Comments (5)

taishi-i avatar taishi-i commented on July 17, 2024

Hi, @lokxii. Thank you for using nagisa!

How about using python:3.10 instead of python:3.10-bookworm?
I was able to build in my environment with the following dockerfile.

FROM python:3.10

WORKDIR /app
COPY . .
RUN pip install -r requirements.txt

CMD ["python", "main.py"]

If you need to use nagisa with python:3.10-bookworm, please contact us again.
Thank you.

from nagisa.

lokxii avatar lokxii commented on July 17, 2024

Sorry, I forgot to mention that I am building on a raspberry pi 4b

from nagisa.

taishi-i avatar taishi-i commented on July 17, 2024

Sorry. At this time, nagisa does not support the CPU of ARM processors such as Raspberry Pi.

Since I can't provide an immediate solution, why not try using an alternative, Janome, which is implemented in Pure Python? I think this will probably work.

from nagisa.

lokxii avatar lokxii commented on July 17, 2024

Thank you for your reply! I really like nagisa but it becomes a deal breaker when I can't deploy my app using nagisa on my pi4b. I will try other alternatives.

from nagisa.

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.