Cannot run my custome Kaleido
Open
@ayjayt is already working on this.
Since Jul 11, 2025.
bug
P1
- Dominant language
- Python
- Stars
- 498
- Forks
- 62
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 2
Description
I am running the following code in kaleido==1.0.0, plotly==6.2.0, Python 3.12, but it hangs in the process of writing the figure (i.e., write_fig) and does not pass anymore (without any error):
import plotly.graph_objects as go
from kaleido import Kaleido
import asyncio
fig = go.Figure(data=go.Bar(y=[2, 3, 1]))
kaleido_custom = Kaleido()
asyncio.run(kaleido_custom.write_fig(fig, path="test.pdf", opts={"format": "pdf"}))
print("done")
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.