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

css-inline requirement breaks shinylive #567

Open
2 tasks done
astrowonk opened this issue Dec 17, 2024 · 0 comments
Open
2 tasks done

css-inline requirement breaks shinylive #567

astrowonk opened this issue Dec 17, 2024 · 0 comments

Comments

@astrowonk
Copy link

astrowonk commented Dec 17, 2024

Prework

Description

great_tables 0.15 introduces a dependency on css_inline via #557. This is not a pure python library and so breaks compatibility with shinylive.

Reproducible example

Shiny Live failing with GT 0.15

Shiny Live working with GT 0.14

Expected result

Shiny live should not crash when installing great_tables

Additional context

One solution is to remove the css_inline depenccy, make it optional, and put a try/except on the import along with some logic to catch if it's unavailable.

Another would be to see if it could be compiled and built for pyodide?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant