我已经安装了Homebrew,Xcode和所有必要的工具但是当我在终端上执行此命令时:brew install matplotlib 安装后发生以下错误
发出1个警告并产生1个错误。
错误:命令'clang'因退出状态1而失败
清理...... 命令/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python -c“import setuptools,tokenize; file ='/ private / var / folders / g7 / nt2vgm9x0wv_r0pz6sm_18y00000gn / T / pip_build_Joshua / matplotlib / setup.py'; exec(compile(getattr(tokenize,'open',open)( file )。 read()。replace('\ r \ n','\ n'), file ,'exec'))“install --record / var / folders / g7 / nt2vgm9x0wv_r0pz6sm_18y00000gn / T / pip -OxzEFW-record / install-record.txt --single-version-external-managed --compile失败,错误代码1在/ private / var / folders / g7 / nt2vgm9x0wv_r0pz6sm_18y00000gn / T / pip_build_Joshua / matplotlib 在/Users/Joshua/.pip/pip.log
中存储失败的调试日志有谁知道如何解决这个问题? matplotlib不能在我的python脚本文件上运行。
答案 0 :(得分:0)
1)如果您运行brew doctor
?
2)如果您安装了 brewed Python,则应使用 brewed pip
来安装matplotlib。即。 pip install matplotlib