Python on my Mac is a mess, help me uninstall what I don't need

后端 未结 2 664
我在风中等你
我在风中等你 2020-12-21 18:05

I\'m unable to import numpy in Python 2.7 in the shell. I installed Python with brew install, then numpy with sudo pip install. I tried without

2条回答
  •  执念已碎
    2020-12-21 18:59

    That output is normal. Have you tried running brew install openssl followed by brew link --force openssl and then brew install python. The following thread helps describe the issue https://github.com/Homebrew/homebrew/issues/40516

提交回复
热议问题