Giter Club home page Giter Club logo

Comments (2)

ksaur avatar ksaur commented on June 5, 2024

skl2onnx is getting installed correctly, but there is a problem with it that makes it unusable, and so the tests fail saying that it is uninstalled.

I this there is a problem with onnx 1.14

root@a033bfa45751:/# python3
Python 3.8.10 (default, Mar 13 2023, 10:26:41)
[GCC 9.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import skl2onnx
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python3.8/dist-packages/skl2onnx/__init__.py", line 15, in <module>
    from .convert import convert_sklearn, to_onnx, wrap_as_onnx_mixin  # noqa
  File "/usr/local/lib/python3.8/dist-packages/skl2onnx/convert.py", line 6, in <module>
    from .common._topology import convert_topology
  File "/usr/local/lib/python3.8/dist-packages/skl2onnx/common/_topology.py", line 29, in <module>
    from ..proto.onnx_helper_modified import (
  File "/usr/local/lib/python3.8/dist-packages/skl2onnx/proto/onnx_helper_modified.py", line 11, in <module>
    from onnx.helper import (  # noqa
ImportError: cannot import name '_to_bytes_or_false' from 'onnx.helper' (/usr/local/lib/python3.8/dist-packages/onnx/helper.py)

from hummingbird.

ksaur avatar ksaur commented on June 5, 2024

Will leave this issue open until we can remove the pin

from hummingbird.

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.