2016-05-19 9 views
2

Python websiteの方向性付きのpetsc4pyをインストールしようとしていますが、エラーが発生しています。どのように私はこのカントが正しいバージョンのエラーを見つけるのを修正するのですか?私の全体的な目標はopenMDAOを使用できることですが、私はpetsc4pyの作業を開始する必要があります。openmdaoで使用するためにpetsc4pyをインストールすると、バージョンエラーを修正するには

次は、コマンドの入力された後、エラーが私はあなたが(WindowsやLinux、OS X)上で実行しているプラ​​ットフォーム

pip install petsc petsc4py 
Collecting petsc 
    Could not find a version that satisfies the requirement petsc (from versions:) 
No matching distribution found for petsc 
+0

も参照[この](http://stackoverflow.com/questions/33766356/openmdaov1-x-warning-parallel -derivs-not-under-mpi/33777360#33777360)を使用してpetscをインストールします。 – mrosemeier

答えて

3

を受けるのですか?

私はのBitbucketのリポジトリに直接ピップを使用してインストールすると幸運を持っていた:

pip install --no-deps git+https://bitbucket.org/petsc/[email protected] 
pip install --no-deps git+https://bitbucket.org/petsc/[email protected] 
関連する問題