Skip to content

sympy.polys.matrices not generated #75

Open
@sayandip18

Description

@sayandip18

Running asv run -s 1 branch_name results in this error

       from .eigen import (
     File "/home/sayandip/sympy_benchmarks/env/03a9d9b710ad4ceadb81b1d94245237d/lib/python3.7/site-packages/sympy/matrices/eigen.py", line 14, in <module>
       from sympy.polys.matrices import DomainMatrix
   ModuleNotFoundError: No module named 'sympy.polys.matrices'

The matrices.py module which was added in this PR is not there in the sympy inside site-packages. This is probably because some older version of sympy is being installed.

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