You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use Python 3.12.4 with pip 24.2 and Plotly '5.22.0' on MacOS Version 14.2.1. When I try to export my plotly figure as a pdf I get the following error:
Image export using the "kaleido" engine requires the kaleido package,
which can be installed using pip:
$ pip install -U kaleido
Even though I already installed version 0.2.1 as verified by:
Please make sure that 0.2.1 is compatible with plotly, as it's not possible to install plotly 0.1.0.post1 on my system using my combination of software.
pip install 'kaleido==0.1.*'
ERROR: Could not find a version that satisfies the requirement kaleido==0.1.* (from versions: 0.2.0rc1, 0.2.0, 0.2.1)
ERROR: No matching distribution found for kaleido==0.1.*
pip install 'kaleido==0.1.0.post1'
ERROR: Could not find a version that satisfies the requirement kaleido==0.1.0.post1 (from versions: 0.2.0rc1, 0.2.0, 0.2.1)
ERROR: No matching distribution found for kaleido==0.1.0.post1
The text was updated successfully, but these errors were encountered:
@felkru we are building a new version of Kaleido with a different architecture that I hope will resolve this issue. if you would like to test it for your use case, please reach out to me ([email protected]) and I'll point you at it - thanks @gvwilson
I use Python 3.12.4 with pip 24.2 and Plotly '5.22.0' on MacOS Version 14.2.1. When I try to export my plotly figure as a pdf I get the following error:
Even though I already installed version 0.2.1 as verified by:
Neither woraround 1 or workaround 2
Please make sure that 0.2.1 is compatible with plotly, as it's not possible to install plotly 0.1.0.post1 on my system using my combination of software.
The text was updated successfully, but these errors were encountered: