我正在尝试有效地编写量子力学时间演化代码,这需要我对非常大但非常稀疏的哈密顿矩阵求幂。为此,我一直在尝试安装 expokit python 包装器 ( https://github.com/weinbe58/expokitpy ),但遇到了问题。我在 Mac 上,一旦我下载了文件并运行python setup.py install终端,就会运行一个安装过程,然后返回
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing
xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing
xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
error: Command "/usr/local/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops -I/opt/anaconda3/lib/python3.7/site-packages/numpy/core/include -c -c ./expokit/lapack.f -o build/temp.macosx-10.9-x86_64-3.7/expokit/lapack.o" failed with exit status
这是我第一次安装不使用的软件包pip install,我不知道这里发生了什么。任何帮助深表感谢!
PS 如果有人知道我应该使用的更好的软件包,也请告诉我!
当年话下
相关分类