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

Pyodide support (prevents htmlmin from being used) #189

Open
tanaga9 opened this issue Mar 2, 2023 · 0 comments
Open

Pyodide support (prevents htmlmin from being used) #189

tanaga9 opened this issue Mar 2, 2023 · 0 comments

Comments

@tanaga9
Copy link

tanaga9 commented Mar 2, 2023

I tried to use json-schema-for-humans from Pyodide.
you can try pyodide here.

import micropip
await micropip.install("json-schema-for-humans")

But I got an error because htmlmin doesn't support Pyodide.

ValueError: Can't find a pure Python 3 wheel for 'htmlmin<0.2.0,>=0.1.12'.
See: https://pyodide.org/en/stable/usage/faq.html#micropip-can-t-find-a-pure-python-wheel
You can use `micropip.install(..., keep_going=True)`to get a list of all packages with missing wheels.

Is it possible to avoid using htmlmin?

Any other library supports Pyodide (click, dataclasses-json, Jinja2, markdown2, Pygments, pytz, PyYAML, requests, MarkupSafe).

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

No branches or pull requests

1 participant