Skip to content

An error when installing envi #9

@HelloWorldLTY

Description

@HelloWorldLTY

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions