我正在嘗試有效地編寫(xiě)量子力學(xué)時(shí)間演化代碼,這需要我對(duì)非常大但非常稀疏的哈密頓矩陣求冪。為此,我一直在嘗試安裝 expokit python 包裝器 ( https://github.com/weinbe58/expokitpy ),但遇到了問(wèn)題。我在 Mac 上,一旦我下載了文件并運(yùn)行python setup.py install終端,就會(huì)運(yùn)行一個(gè)安裝過(guò)程,然后返回xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrunxcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrunerror: 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,我不知道這里發(fā)生了什么。任何幫助深表感謝!PS 如果有人知道我應(yīng)該使用的更好的軟件包,也請(qǐng)告訴我!
1 回答

當(dāng)年話下
TA貢獻(xiàn)1890條經(jīng)驗(yàn) 獲得超9個(gè)贊
這不是 python 的問(wèn)題,你的 xcode 沒(méi)有正確安裝(或缺少權(quán)限或其他東西)。
xcode-select?--install
可能會(huì)修復(fù)它。
另外,為什么不直接使用 scipy 呢?Scipy 提供相同的功能,如果您已經(jīng)在使用 numpy/scipy,它可能會(huì)更適合您。
添加回答
舉報(bào)
0/150
提交
取消