andreas-vester/df2img

Kalideo Package Issue

Closed this issue · 1 comments

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

image

@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.