Skip to content
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

Kaleido 0.0.1post1 is required but not installable to export plotly figures as pdf #212

Open
felkru opened this issue Aug 7, 2024 · 1 comment
Labels
bug something broken P3 not needed for current cycle

Comments

@felkru
Copy link

felkru commented Aug 7, 2024

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:

import kaleido
kaleido.__version__
>>> '0.2.1'

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.

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
@gvwilson gvwilson added bug something broken P3 not needed for current cycle labels Aug 7, 2024
@gvwilson
Copy link
Collaborator

@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

@gvwilson gvwilson transferred this issue from plotly/plotly.py Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken P3 not needed for current cycle
Projects
None yet
Development

No branches or pull requests

2 participants