我正在尝试安装一个我需要用于研究的程序,但我遇到了问题。该程序称为“hmf”,我可以使用pip install hmf
. 但是,当我尝试导入模块时,我遇到了一个问题:此图像显示了我收到的错误消息,即
ImportError: cannot import name 'CAMB' from 'hmf.density_field.transfer_models' (/Users/cammienorton/opt/anaconda3/lib/python3.8/site-packages/hmf/density_field/transfer_models.py)
根据https://hmf.readthedocs.io/en/latest/installation.html上的在线建议,我尝试运行
conda install -c conda-forge numpy scipy astropy camb
而且我没有收到任何错误消息。有谁知道发生了什么?
更新:我尝试pip install CAMB
并收到以下错误消息,表示在制造轮子时出现错误。