安装了 mac OS 10.6 并安装了 python 版本 2.7 32 位以及 numpy 和 scipy。还有xcode 3.2版,我真的很困惑此时该做什么。我下载了 biopython 1.59 版并尝试在 python 中运行设置代码,但它不会工作。我错过了什么?
当我尝试在空闲状态下运行安装文件时,我收到以下错误消息:
Traceback (most recent call last):
File "/Users/Cliff/Downloads/biopython-1.58/setup.py", line 379, in <module>
'Bio.PopGen': ['SimCoal/data/*.par'],
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py", line 140, in setup
raise SystemExit, gen_usage(dist.script_name) + "\nerror: %s" % msg
SystemExit: usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...]
or: setup.py --help-commands
or: setup.py cmd --help
error: no commands supplied