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
I kept getting this error:
File "/usr/local/lib/python3.9/site-packages/mkdocs_macros/util.py", line 10, in <module> from packaging.version import Version ModuleNotFoundError: No module named 'packaging'
My mkdocs kept failing after the addition of this line: https://github.com/fralau/mkdocs_macros_plugin/blob/9dba19e3ec0dfce7761eee32dfda4dca6cd312af/mkdocs_macros/util.py#L10
The resolution was just to add packaging to my requirements.txt file. An easy fix, but annoying nonetheless.
packaging
The text was updated successfully, but these errors were encountered:
Welcome to this project and thank you!' first issue
Sorry, something went wrong.
Add requirement of 'packaging' module (#179)
7b71e25
Thanks for the heads up.
Updated on git. It will be on pypi with next tagged version.
No branches or pull requests
I kept getting this error:
My mkdocs kept failing after the addition of this line:
https://github.com/fralau/mkdocs_macros_plugin/blob/9dba19e3ec0dfce7761eee32dfda4dca6cd312af/mkdocs_macros/util.py#L10
The resolution was just to add
packaging
to my requirements.txt file.An easy fix, but annoying nonetheless.
The text was updated successfully, but these errors were encountered: