We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
e.g. to use https://pawamoy.github.io/markdown-exec/usage/pyodide/#exec-60--rendered (currently pyodide 0.23.0)
Can't find a pure Python 3 wheel for: 'mwparserfromhell', 'pybars3', 'pyyaml>=6.0.1' See: https://pyodide.org/en/stable/usage/faq.html#micropip-can-t-find-a-pure-python-wheel
Can't find a pure Python 3 wheel for: 'mwparserfromhell', 'pybars3', 'pyyaml>=6.0.1'
Solution:
Option to replace pybars3 with handlebars-py:
Remaining issues:
input()
getpass()
The text was updated successfully, but these errors were encountered:
refactor: parse main slot only on demand
62becc7
BREAKING CHANGE: legagy code needs to call parse_main_slot() Refs: #56
reactor: move code to parse wikitext in separate module
ed20642
code relies on mwparserfromhell, which should become optional Refs: #56
refactor: replace pybars3 with pybars3-wheel
263082f
Refs: #56
No branches or pull requests
e.g. to use https://pawamoy.github.io/markdown-exec/usage/pyodide/#exec-60--rendered (currently pyodide 0.23.0)
Can't find a pure Python 3 wheel for: 'mwparserfromhell', 'pybars3', 'pyyaml>=6.0.1'
See: https://pyodide.org/en/stable/usage/faq.html#micropip-can-t-find-a-pure-python-wheel
Solution:
Option to replace pybars3 with handlebars-py:
Remaining issues:
input()
andgetpass()
do not await input from userThe text was updated successfully, but these errors were encountered: