-
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
Plotly fig.to_image is stucking on windows 11. #126
Comments
Having the same problem here. Windows 11 Pro 21H2 with python 3.10.2 fig.write_image() loads indefinitely and the process has to be killed. Using the above-mentioned Kaleido version v0.1.0post1 worked fine! |
Any word on this one. I have a user that just bought a new machine with Windows 11 and a script that works on everyone else's computer doesn't work on his. We have also tried... |
Got a solution. Might be it's not the best but a solution. |
The solution that I found in #110...was to downgrade to version 0.1.0post1. That was an easier solution and a lot easier to walk a person who is not as computer savvy. |
Yes, I also tried this and it's working too. But if you want to use the newest release then you can try this solution too. |
Happen on win10 too |
I am still experiencing this issue with an up to date plotly, kaleido and windows 11 version. Is anybody working on fixing this? |
I am using a workaround |
Using kaleido via the R reticulate package on Windows 11 to export images generated with plotly in R. Same problem. Downgrading from kaleido 0.2.1 to 0.1.0 worked. Had another computer on Windows 11 where this was not a problem, so the issue might be related to a combination of factors. |
Hi there, If it helps, I am sometimes able to obtain a stacktrace by putting a breakpoint in
|
Emergency fix for plotly/Kaleido#126
Previously 0.1.0 used to work, seems now only 0.1.0post1 works. I would like to ask: Is this an issue that's being worked on? |
Hi there, My system is Windows 10 Enterprise, 22H2, and downgrading Kaleido to 0.1.0post1 worked for me. |
Hi everyone, there is a new version of kaleido launching imminently :-) |
I was previously in windows 10 21h2 and everything was working fine. Today I switched to windows 11 and the code is freezing very badly.
I also tried this -----
import plotly.io as pio
pio.kaleido.scope.mathjax = None
But not working. Downgrading to v0.1.0post1 helped but any solution for newest release?
The text was updated successfully, but these errors were encountered: