Giter Site home page Giter Site logo

Comments (3)

jaseg avatar jaseg commented on May 18, 2024

svg-flatten-wasi requires python 3.7 and upwards. Gerbolyze also depends on gerbonara, which now requires python 3.10 and up. Ubuntu 18.04 currently runs python 3.6, which is too old to run gerbolyze or its dependencies. If you want to try it anyway, the only idea I have would be to try Anaconda, which AFAIK has built-in python version management.

Since gerbolyze is a hobby project, I don't have the time to support pythons older than two years or so, since that would require a lot of time creating workarounds and polyfills for missing features.

from gerbolyze.

puterboy avatar puterboy commented on May 18, 2024

Completely understand the "hobby" part :)
Would be interesting if this could be made to run in a Docker envelope though I don't really have much if any experience with Docker myself...

from gerbolyze.

puterboy avatar puterboy commented on May 18, 2024

I seem to have gotten it to run under docker. Was not to hard.
Here is what I did in case others want to replicate:

docker run -v <local-gerber-dir>:<docker-gerber-dir> --name gerbolyze -it ubuntu:22.04 bash
    apt update
    apt install -y python3 python3-pip python3-venv
     mkdir /gerbolyze
     cd /gerbolyze
     python3 -m venv venv
     source venv/bin/activate
     pip install gerbolyze beutifulsoup4 resvg-wasi

from gerbolyze.

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.