Coder Social home page Coder Social logo

Comments (6)

bwoodsend avatar bwoodsend commented on August 18, 2024

Go ahead and make a pull request then...

from pyinstaller-hooks-contrib.

SiphonDuck avatar SiphonDuck commented on August 18, 2024

I apologize, but I'm very new to Github and I don't honestly know how to do that, may you point me to some guide/manual or give me some directions on how to do that?
Thanks in advance.

from pyinstaller-hooks-contrib.

bwoodsend avatar bwoodsend commented on August 18, 2024

The guide is here at the moment but it's maybe best if I just do it then.

from pyinstaller-hooks-contrib.

SiphonDuck avatar SiphonDuck commented on August 18, 2024

Perfect, thank you very much.

from pyinstaller-hooks-contrib.

bwoodsend avatar bwoodsend commented on August 18, 2024

Actually, #276 probably already fixed this. Can you retry with the development version?

pip install https://github.com/pyinstaller/pyinstaller-hooks-contrib/archive/master.zip

Then rebuild but add the --clean option.

from pyinstaller-hooks-contrib.

rokm avatar rokm commented on August 18, 2024

Those warnings will be there even with #276, because that's an older hook that unconditionally adds those (now non-existant) hidden-imports.

I suppose a version check should be added to the hook (>= 0.21 based on comment, and < the version that renamed the modules); but sklearn.utils._weight_vector itself should be picked up without any additional changes, although probably by one of the newer scikit-learn hooks rather than this one (i.e., hook-sklearn.metrics.cluster.py).

from pyinstaller-hooks-contrib.

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.