私はプログラミングにかなり慣れていません。Mac OS X 10.5 に biopython をインストールしようとしています。
これは私がこれまでに行ったことです。
1. xcode をインストール
2. numpyをインストール
3. ターミナルでこれらのコマンドを実行
python setup.py build
python setup.py test
テストは 1 つの失敗を報告しました。
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
助けやアドバイスをありがとう。