Skip to content

Mac Python Install Issues

valhuber edited this page Aug 12, 2020 · 2 revisions

We have seen various issues in Mac installations.

  • You may see xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun
    • Solution: properly install xcode (details here)
  • Brew may encounter permissions issues (e.g, Permission denied @ dir_s_mkdir)
    • Solution: though extreme cautions apply, consider [this approach (https://gist.github.com/irazasyed/7732946)
Clone this wiki locally