我对编程相当陌生。我正在尝试在 mac os x 10.5 上安装 biopython。
这就是我到目前为止所做的。
1. 安装 xcode
2. 安装 numpy
3. 在终端中运行这些命令
python setup.py build
python setup.py test
测试报告返回一个失败。
test_Tutorial ... FAIL
ERROR: Run tutorial doctests.
Traceback (most recent call last): File "test_Tutorial.py", line 152, in test_doctests ValueError: 4 Tutorial doctests failed: test_from_line_05671, test_from_line_06030, test_from_line_06190, test_from_line_06479
感谢您的任何帮助或建议。