coecms / conda-envs

3 stars 2 forks source link

pymbolic missing matchpy dependency #40

Closed aidanheerdegen closed 2 years ago

aidanheerdegen commented 2 years ago

The pymbolic package seems to be missing a dependency (matchpy):

>   from matchpy import (Operation, Arity, Expression, Atom as BaseAtom,
                         Wildcard as BaseWildcard, ReplacementRule)
E   ModuleNotFoundError: No module named 'matchpy'

/g/data/hh5/public/apps/miniconda3/envs/analysis3-22.07/lib/python3.9/site-packages/pymbolic/interop/matchpy/__init__.py:49: ModuleNotFoundError
aidanheerdegen commented 2 years ago

This fixed the issue, so can close it