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 version issue #71

Open
DarkRemino opened this issue Jun 11, 2024 · 0 comments
Open

scipy version issue #71

DarkRemino opened this issue Jun 11, 2024 · 0 comments

Comments

@DarkRemino
Copy link

DarkRemino commented Jun 11, 2024

When installing with the given commands, one of the packages installs a newer version of scipy which has depreciated the "tri", "triu" and "tril" functions. Because of the missing functions, the program can't start. The resulting error code looks something like this:

ImportError: cannot import name 'triu' from 'scipy.linalg.special_matrices' (/var/www/logai/venv/lib64/python3.9/site-packages/scipy/linalg/special_matrices.py)

It can be resolved by installing the latest version of scipy that still supports them: pip install scipy==1.10.1

(taken from this Stack Overflow problem)

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

1 participant