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

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

Open
BUAAZhangHaonan opened this issue Apr 6, 2024 · 1 comment · May be fixed by #108
Open

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

BUAAZhangHaonan opened this issue Apr 6, 2024 · 1 comment · May be fixed by #108

Comments

@BUAAZhangHaonan
Copy link

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!

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
@Maverobot Maverobot linked a pull request Jun 5, 2024 that will close this issue
@MikeWise2718
Copy link

MikeWise2718 commented Jul 21, 2024

I am assuming this should be scipy <=1.12.0,>= 1.6.0, in any case this is what worked for me.

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

Successfully merging a pull request may close this issue.

2 participants