我正在尝试使用Python website上找到的方向安装petsc4py但我收到错误。如何解决此问题无法找到正确的版本错误?我的总体目标是能够使用openMDAO,但我需要从让petc4py开始工作。
以下是命令的输入,然后是我收到的错误
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 :(得分:3)
您正在运行哪个平台(Windows,Linux,OS X)?
我很幸运直接在BitBucket repos上安装pip:
pip install --no-deps git+https://bitbucket.org/petsc/petsc@v3.5
pip install --no-deps git+https://bitbucket.org/petsc/petsc4py@3.5