You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Running
asv run -s 1 branch_name
results in this errorThe
matrices.py
module which was added in this PR is not there in the sympy insidesite-packages
. This is probably because some older version of sympy is being installed.The text was updated successfully, but these errors were encountered: