hvasbath / beat

Bayesian Earthquake Analysis Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

installation on python3.8/3.9 fails, Theano

hvasbath opened this issue · comments

In order to get the theano installation working on python3.9 the line 1284 in file theano/configdefaults.py needs to be changed from:

blas_info = np.distutils.__config__.blas_opt_info

to:

blas_info = np.distutils.__config__.blas_ilp64_opt_info

Apparently, sometimes this is as well an issue in python3.8

Only relevant for BEAT v1, does not apply anymore in BEAT v2 since migration to pytensor.