Git Product home page Git Product logo

Comments (3)

kobzar avatar kobzar commented on May 30, 2024

Be cause older version of python doesn't support new methods.

from pylyzer.

ninadmhatre avatar ninadmhatre commented on May 30, 2024

Your pyproject. Toml has requires-python = ">=3.7" but your install script uses case/switch statement which is 3.10 feature. So either change pyproject to have >=3.10 or make your install script without switch satement and use if.. Else clause..

I have not used your module recently, so its possible that this is already fixed. If your module can be instelled with python 3.7 close my ticker

from pylyzer.

mtshiba avatar mtshiba commented on May 30, 2024

The installation script is not originally related to pylyzer; pylyzer itself is written in Rust and does not specify a specific Python version required for installation (pyproject.toml is placed there simply because it uses maturin for packaging).

The installation script is transpiled from the Erg file; improvements to the Erg transpiler could be made to generate code that does not use switch/case.

from pylyzer.

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.