QSTK ( http://wiki.quantsoftware.org/index.php?title=QSToolKit_Installation_Guide_Mac ) を Mac にインストールしようとしていますが、問題が発生しています。簡単に言うと、Mac で複数のバージョンの Python (2.5、2.6、2.7、3.3) と複数のモジュール (beautifulsoup、requests など) から始めました。何時間も QSTK を立ち上げて実行しようとした後の欲求不満で、python 関連のものをすべて削除し、最初からやり直そうとしました。QSTK インストール wiki (上記のリンク) の指示に従いました。ステップ 7 に到達したら、これを実行します。
python QSTK-0.2.5/Examples/Validation.py
コマンドラインでインストールが正常に行われたかどうかを確認すると、端末から次のフィードバックが返されました。
Numpy is installed and the version used is : 1.7.0
Please make sure you're using version >= 1.6.1
Matplotlib is installed and version is : 1.2.0
Please make sure you're using version >= 1.1.0
Please install python-dateutil via easy_install or some method!
Error : Please install Pandas 0.7.3
Error : Pandas can not be imported or not installed.
python-dateutil
(最新の)バージョン1.5
ではなく必要であることがわかった2.0
ので、ダウングレードしてみましたが、まだ運がありません。私は何をすべきかについて非常に迷っています。助けてください!
注: 私は初心者のプログラマーです。