hvasbath / beat

Bayesian Earthquake Analysis Tool
GNU General Public License v3.0
128 stars 42 forks source link

installation on python3.8/3.9 fails, Theano #118

Closed hvasbath closed 2 months ago

hvasbath commented 1 year ago

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
hvasbath commented 1 year ago

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

hvasbath commented 2 months ago

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