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
This is with 6.2rc6
The text was updated successfully, but these errors were encountered:
It's this line:
pip install pyyaml==5.3.1
From what I can gather from reading this:
yaml/pyyaml#126
It appears that the install for pyyaml attempts to compile some cython stuff and if it fails it has a fallback option.
Our notes indicate that this is only needed for mkdocs, so we should only install this if it's a dev environment.
Sorry, something went wrong.
Next one:
pip install mkdocs-jupyter
This invokes git which also brings up the popup.
git
Fixed in #1571
akenmorris
No branches or pull requests
This is with 6.2rc6
The text was updated successfully, but these errors were encountered: