在python中安装gprmax后编写文件报错,如图显示Cannot find reference 'receivers' in 'imported module gprMax’

在python中安装gprmax后编写文件报错,如图显示Cannot find reference 'receivers' in 'imported module gprMax’

已经解决了。python报错说我没安装gprmax包,但在python里提示我下载我点击下载又显示已经下好,实际并没有下号gprmax包。
我的解决方法是把gprmax文档删掉重新下载,并把gprmax-master中的gprmax文件夹与tools文件夹复制到python的lib/site packages中即可。