Skip to content
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

Mac pkg install on a non-dev system asks to install "command line developer tools" #1569

Closed
akenmorris opened this issue Nov 5, 2021 · 3 comments
Assignees

Comments

@akenmorris
Copy link
Contributor

This is with 6.2rc6

@akenmorris akenmorris added this to the 6.2 Release (August 2021) milestone Nov 5, 2021
@akenmorris akenmorris self-assigned this Nov 5, 2021
@akenmorris
Copy link
Contributor Author

akenmorris commented Nov 6, 2021

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.

@akenmorris
Copy link
Contributor Author

akenmorris commented Nov 6, 2021

Next one:

pip install mkdocs-jupyter

This invokes git which also brings up the popup.

@akenmorris
Copy link
Contributor Author

Fixed in #1571

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant