小编Pau*_*Lin的帖子

在使用pip到python 3.3安装numpy时,在OSX中"找不到工作编译器"

OSX 10.8.5下,我试图用IDLE 安装最新版本的python 3.3.2并想要导入包.我按照说明操作并在库下安装了pip,但在执行命令时遇到问题: pip install numpy

它最终显示,

在customize_compiler中输入文件"/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/_osx_support.py",第412行

_find_appropriate_compiler(_config_vars)
Run Code Online (Sandbox Code Playgroud)

在_find_appropriate_compiler中输入文件"/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/_osx_support.py",第191行

"Cannot locate working compiler")
Run Code Online (Sandbox Code Playgroud)

SystemError:找不到正常工作的编译器

对我来说,在OSX上安装软件包到python3是一件困难的事情,以便我可以在IDLE上运行它.

有什么建议?

python macos numpy pip python-3.x

5
推荐指数
1
解决办法
3929
查看次数

标签 统计

macos ×1

numpy ×1

pip ×1

python ×1

python-3.x ×1