Narayan
Narayan
Eagerly awaiting this fix for Python 3.12. Is there an ETA for this, folks?
Comments copied from #98 Here's the output of import autoviz: > Imported v0.1.803. After importing autoviz, you must run '%matplotlib inline' to display charts inline. > AV = AutoViz_Class() >...
@AutoViML I have created an issue [#1239](https://github.com/holoviz/hvplot/issues/1239) in the hvplot repository. From reading another issue [#1187](https://github.com/holoviz/hvplot/issues/1187), it seems to do with the use of older versions of hvplot, holoviews and...
@AutoViML, as suggested in the comment from the hvplot repository to the issues I posted there, this seems to be a problem with the incompatible, older versions of the dependencies...
@AutoViML, the earlier error in issue #98 has re-emerged with version 0.1.804 on Python 3.11. Error log below: ``` --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) Cell In[19], line 7...
@AutoViML Can you please reopen #98 which as I mentioned in my previous post has re-emerged?
@AutoViML perhaps it could. The idea seems sound in principle (although, I don't build and publish packages myself). But the devil is in the specific version constraints for each python...
I created a new environment with Python 3.11 and yet, I still get the same error as above! Note that I have installed the following dependencies with version constraints: -...
@AutoViML I have been running it on Python 3.10 successfully and yes, as I mentioned in the first post, it is a problem specific to Python 3.11. I have been...
@AutoViML That's indeed a shame. You do realize that it's not only the python version that AutoViz is lagging on. In summary, AutoViz reqiures - python version 3.10.* when current...