-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is this project dead? #150
Comments
Hi @gygabyte017. Kaleido is a complex project and now that I'm no longer working with/for Plotly, I don't have the bandwidth to support it on a volunteer basis. Whether it has a future is a question for the Plotly team. |
I would say that Kaleido is not dead at all: many people use it every day without issue. We do have this unfortunate situation where some (mostly Windows?) users have hanging calls which no one has gotten to the bottom of just yet, though. I don't know that anyone is actively working on that issue, given the complexity of building the project, but it seems to impact only a small minority of users (about 1 issue a week is reported despite over 336k downloads/week from PyPI). |
I totally understand, my question was meant to check whether I should wait for future releases or I should move on and try to find something else (which I sincerely wouldn't like to), since in our production environment it doesn't work. From what I saw in the issues, it happens either on Windows and on Unix, in my case on Unix running in k8s pods. The most annoying thing is that it is totally unpredictable, finally I got it to work with the combination (python 3.9, plotly 4, kaleido 0.2.0), then I just upgraded to (python 3.10, plotly 5, kaleido 0.2.0) as per project requirement without touching anything of the code and anything of kaleido, and now it hangs again after 10 calls, after 30 calls, who knows, and unfortunately I'm wasting a lot of time trying to get it to work "by luck" without any info about debugging or seeing what is doing and where it hangs, and I believe that is a pity since the project itself is very good. Thank for your comments. |
HI @jonmmease thanks a lot for all the work so far ! It may be good to have a new maintainer assigned (and put in https://github.com/plotly/Kaleido/blob/master/repos/kaleido/py/setup.py#L290 ?) if there is a new maintainer from the Plotly team |
Also, from a maintenance perspective - I am happy to help triage a little on my free time if required. One very simple thing I think would help in general the community using kaleido is some basic triaging, I understand the hanging issue exists. but currently there seem to be multiple issues about it with fragmented information in each if I take a quick glance at github issues: And If I wanted to understand what options I have (downgrading, installing some library, etc)
|
Well it just cost me a morning. And a lot of time chasing all sorts of other random issues trying to support a brand-new user who doesn't have all the expected permissions (firewall, github, anaconda, pipenv, jupyterhub, etc) fully in their fingers yet. So, while trivial to fix once we identified the problem, its very existence cost us a lot of time. I don't know how many people would put in the hours we did to force our way to success, but I suspect the lack of reporting is due to people just giving up on something that should "just work" (writing an image to a JPEG file in Plotly). |
Thanks for your interest in Kaleido. We are currently working on an overhaul that might address your issue - we hope to have news in a few weeks and will post an update then. Thanks - @gvwilson |
@gvwilson I looked around for an announcement regarding Kaleido, but have not found anything. Could you link it here if there has been one? |
Hi, I noticed that Kaleido hasn't received any update in a year and half, it has many many unresolved issues related to write_image hanging problem, and yet it is the recommended package from plotly to write static images.
So I wonder what are the plans of this project and whether Kaleido will receive any support in the future, because for now it is pretty useless for production.
The text was updated successfully, but these errors were encountered: