我正尝试在我的Mac 10.7.5上安装QSTK,但错误显示如下,有人能帮我吗??
==> Summary
/usr/local/Cellar/gfortran/4.8.1: 1024 files, 119M
Installing numpy, scipy, matplotlib
numpy: Unsatisfied dependency: nose
External Python cannot `import nose`. Install with:
sudo easy_install pip
pip-2.5 install nose
Error: An unsatisfied requirement failed this build.
numpy: Unsatisfied dependency: nose
External Python cannot `import nose`. Install with:
sudo easy_install pip
pip-2.5 install nose
Error: An unsatisfied requirement failed this build.
matplotlib: Unsatisfied dependency: dateutil
External Python cannot `import dateutil`. Install with:
sudo easy_install pip
pip-2.5 install python-dateutil
matplotlib: Unsatisfied dependency: pyparsing
External Python cannot `import pyparsing`. Install with:
sudo easy_install pip
pip-2.5 install pyparsing
numpy: Unsatisfied dependency: nose
External Python cannot `import nose`. Install with:
sudo easy_install pip
pip-2.5 install nose
Error: Unsatisifed requirements failed this build.
Create QSTK directory
mkdir: /Users/wcf/QSTK: File exists
Install pandas, scikits
bash: line 42: pip: command not found
bash: line 43: pip: command not found
bash: line 44: pip: command not found
bash: line 45: pip: command not found
vagvlan536:~ wcf$ 发布于 2013-10-19 15:23:30
..。它不是已经告诉你答案了吗?你试过它说的了吗?
sudo easy_install管道
pip-2.5安装鼻部
pip-2.5安装python-dateutil
pip-2.5安装pyparsing
发布于 2014-01-08 11:25:14
我认为系统(/usr/bin)和brew (/usr/local/Cellar)之间存在python冲突。
建议您尝试以下操作:
gdbm python -如果返回的结果是/
brew link --overwrite python.https://stackoverflow.com/questions/19228835
复制相似问题