-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
Type error in plugin.py #72
Comments
Did you define a |
I had not defined Now it gives a new error, relating to Windows. I know there were some Windows compatibility issues in previous versions, but seems like those path issues #42 have been fixed. The issue I have now is the same as in #67 but you mention the conda environment is not supported? For the previous version I fixed the path issues in #42 manually and I was able to get things to run at the Anaconda prompt on Windows. I have Gow installed so there is some basic POSIX compatibility. Any tips? Should I use another shell? Current error:
|
Also thank you for your help :) 👍 🥇 |
You're welcome! I see it's the same |
I cannot reproduce. I tried on Windows with Python 3.8 (classic install) and Python 3.7 (miniconda install, though not in a conda env because I cannot get it to work, it's error on error, damn windows), and it was working correctly. What's your version of:
Could you try in a classic venv (not a conda env) to see if the issue happens there as well? |
This was with jinja2 2.10.3. Upgrading to Jinja2-2.11.1 fixed the issue. Thank you so much!! |
Great, good to know 🎉 ! I'll add a paragraph in the troubleshooting section. |
Actually I should maybe also add EDIT: or simply convert the |
Okay, great. Thanks again. Seems like this should help a few people :) Appreciate your project, it's helping me create some really slick documentation. |
This is the error I'm getting trying to run mkdocs build. I had everything working in a previous version (prior to removal of documenter.py).
This is what index.md looks like:
any advice?
The text was updated successfully, but these errors were encountered: