Open
Description
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
Labels
No labels