You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
I tried to use json-schema-for-humans from Pyodide.
you can try pyodide here.
But I got an error because htmlmin doesn't support Pyodide.
Is it possible to avoid using htmlmin?
Any other library supports Pyodide (click, dataclasses-json, Jinja2, markdown2, Pygments, pytz, PyYAML, requests, MarkupSafe).
The text was updated successfully, but these errors were encountered: