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

scipy no attribute 'tril' - need specific version #132

Closed
james-vincent opened this issue Dec 13, 2024 · 1 comment
Closed

scipy no attribute 'tril' - need specific version #132

james-vincent opened this issue Dec 13, 2024 · 1 comment

Comments

@james-vincent
Copy link

The install script does not specify versions for anything except flax and numpy. This results in scipy 1.13.1 being installed in my case. This version of scipy is too new apparently and no longer includes 'tril':

@_wraps(scipy.linalg.tril)

AttributeError: module 'scipy.linalg' has no attribute 'tril'

print(scipy.version)'
1.13.1

Can you please provide a complete environment.yml file with versions specified from a working install?

@martinpacesa
Copy link
Owner

Scipy should be 1.12.x or lower

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

2 participants