Code Monkey home page Code Monkey logo

Comments (6)

AutoViML avatar AutoViML commented on September 26, 2024

from autoviz.

AutoViML avatar AutoViML commented on September 26, 2024

Ok it works fine in Colab and Kaggle kernels where "clean install" is the norm. It must be something wrong with your machine.

Try these and compare your versions to what is mentioned in the requirements.txt file:

import bokeh
bokeh.__version__

import hvplot
hvplot.__version__

I am sorry I can't help you any further.

from autoviz.

ImElan avatar ImElan commented on September 26, 2024

@AutoViML I think this fix is not published as a new version in pypi from looking at the release history. Can you please publish this fix ? Thanks

from autoviz.

omrihar avatar omrihar commented on September 26, 2024

I have the same issue. The "fix" that was puhsed is simply to restrict bokeh to version 2.4.2. If this is satisfied together with hvplot in version 0.7.3 it works for me.
So, to reiterate, until this is pushed you can make it work by running:

pip install hvplot==0.7.3 bokeh==2.4.2

from autoviz.

AutoViML avatar AutoViML commented on September 26, 2024

Hi @omrihar @ImElan @ahasha 👍
I have updated the requirements.txt and setup.py files. Please go ahead and test it. Should work now.
Thanks for the feedback,
AutoVimal

from autoviz.

ImElan avatar ImElan commented on September 26, 2024

Thanks @omrihar @AutoViML

from autoviz.

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.