-
Notifications
You must be signed in to change notification settings - Fork 162
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
AttributeError: module 'scipy.linalg' has no attribute 'tril' #71
Comments
juelg
added a commit
to utn-mi/octo
that referenced
this issue
Apr 16, 2024
WenchangGaoT
pushed a commit
to WenchangGaoT/octo1
that referenced
this issue
May 10, 2024
Add option to skip trajs with outlier action/proprio
juelg
added a commit
to utn-mi/octo
that referenced
this issue
May 22, 2024
I am assuming this should be |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you for your great work! I encountered some dependency conflicts when installing the project environment, where the version of scipy should be earlier than the latest 1.13.0 (2024.4.2). Otherwise, problems "AttributeError: module 'scipy.linalg' has no attribute 'tril'" will occur. This can be solved by returning the scipy version to 1.12.0. Hope you can fix the dependency version in requirement.txt, which is scipy<1.6.0,>=1.12.0. Thank you very much!
The text was updated successfully, but these errors were encountered: