ENVI icon indicating copy to clipboard operation
ENVI copied to clipboard

An error when installing envi

Open HelloWorldLTY opened this issue 3 months ago • 6 comments

Hi, there is a bug when I follow the readme file to install envi:

File /gpfs/gibbs/project/zhao/tl688/conda_envs/envi/lib/python3.9/site-packages/jax/_src/scipy/linalg.py:403
    399   del overwrite_b, debug, check_finite  # unused
    400   return _solve_triangular(a, b, trans, lower, unit_diagonal)
--> 403 @_wraps(scipy.linalg.tril)
    404 def tril(m: ArrayLike, k: int = 0) -> Array:
    405   return jnp.tril(m, k)
    408 @_wraps(scipy.linalg.triu)
    409 def triu(m: ArrayLike, k: int = 0) -> Array:

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

Would you please help me figure out it? Thanks.

HelloWorldLTY avatar Apr 05 '24 22:04 HelloWorldLTY