Open guming3d opened 3 years ago
This issue is known and should be fixed in the next release. I will advance it, and try to make it ready in the end of the week.
Dear @comwes is there any news on the release? Can I help?
Hi guys, any updates on this?
No, not any one update released about this and the error persists to exist until today 14 July 2022! The developer seems to have left the earth for outer space.
Just ran into this myself. Note that this issue has obviously been fixed in the sources but never been released, unfortunately. So you may get around it by directly installing from git:
pip install git+https://github.com/comwes/mkpdfs-mkdocs-plugin.git#egg=mkpdfs-mkdocs
Or, if you prefer to get some contributed fixes by @dimrozakis from #56 on top of it maybe:
pip install git+https://github.com/dimrozakis/mkpdfs-mkdocs-plugin.git@misc#egg=mkpdfs-mkdocs
(not specifically endorsing this but thought I might mention it)
I haven't looked at version numbers so don't know if they've been bumped in the sources so you might need to first uninstall the plugin to force upgrading to the sources version, if you installed the latest released version.
Suboptimal as it might be you can at least make the plugin work with up-to-date mkdocs and try it out this way.
Obligatory security caution: as always, be aware of what you're doing and downloading + installing, in particular!
This plugin failed to build with mkdocs version 1.2.1 and version 1.1.1 on my mackbook, following are the error logs:
I rolled back the mkdocs version to 1.0.4, and it worked