You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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':
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?
The text was updated successfully, but these errors were encountered: