首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >QSTK:安装问题

QSTK:安装问题
EN

Stack Overflow用户
提问于 2013-10-07 23:33:55
回答 2查看 702关注 0票数 0

我正尝试在我的Mac 10.7.5上安装QSTK,但错误显示如下,有人能帮我吗??

代码语言:javascript
复制
==> 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$ 
EN

回答 2

Stack Overflow用户

发布于 2013-10-19 15:23:30

..。它不是已经告诉你答案了吗?你试过它说的了吗?

sudo easy_install管道

pip-2.5安装鼻部

pip-2.5安装python-dateutil

pip-2.5安装pyparsing

票数 0
EN

Stack Overflow用户

发布于 2014-01-08 11:25:14

我认为系统(/usr/bin)和brew (/usr/local/Cellar)之间存在python冲突。

建议您尝试以下操作:

gdbm python -如果返回的结果是/

  1. which /bin,则说明您没有找到正确的path.
  2. brew医生-按照说明覆盖python和gdbm的链接。例如,brew link --overwrite python.
  3. Reinstall nose和numpy应该可以再次工作。
票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/19228835

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档