728x90
반응형

발생한 오류

scipy.linalg 모듈에 tril이라는 함수 또는 속성이 없어서 발생하는 오류이다. 

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

 

 

해결 방법

scipy를 1.12.0 버전으로 설치하면 된다!

pip uninstall scipy
pip install scipy==1.12.0

 

Reference

https://github.com/octo-models/octo/issues/71

728x90
반응형
LIST
성장중 •͈ᴗ•͈