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

Kalideo Package Issue #66

Closed
jaskirat8 opened this issue Mar 8, 2024 · 1 comment
Closed

Kalideo Package Issue #66

jaskirat8 opened this issue Mar 8, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@jaskirat8
Copy link

The dependency "kaleido==0.0.3" is not available for macos and causing "df2img" library to be unusable. Should we consider bumping it ?

image
@andreas-vester andreas-vester added the bug Something isn't working label Mar 11, 2024
@andreas-vester
Copy link
Owner

@jaskirat8
There are issues with kaleido for some time now. What I figured out is that the latest kaleido version is not compatible with plotly (the charting backend used in df2img) anymore.

For Windows machines, kaleido==0.1.0.post1 is working. For Linux, you need to downgrade to kaleido==0.0.3. That is, I previously put the lowest version into pyproject.toml.

Now I changed the required kaleido version in the pyproject.toml file depending on the operating system. As I don't have any MacOS at hand to fully test it, I am wondering if you can clone the repo to your local machine and check out the new branch update_kaleido? If all pytest unit tests pass, everything will be fine and I'll merge it into main.

andreas-vester pushed a commit that referenced this issue Apr 24, 2024
Changed `pyproject.toml` in the way that a different `kaleido`
version will be installed depending on the operating system.

Closes #66
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants