Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
hvasbath opened this issue Mar 14, 2023 · 2 comments
Closed

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

hvasbath opened this issue Mar 14, 2023 · 2 comments

Comments

@hvasbath
Copy link
Owner

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
Copy link
Owner Author

hvasbath commented Jul 7, 2023

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

@hvasbath hvasbath changed the title installation on python3.9 fails, Theano installation on python3.8/3.9 fails, Theano Jul 7, 2023
@hvasbath
Copy link
Owner Author

hvasbath commented May 2, 2024

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

@hvasbath hvasbath closed this as completed May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant