pyccel / sympde

Symbolic calculus for partial differential equations (and variational forms)
http://sympde.readthedocs.io/
MIT License
20 stars 4 forks source link

Import problem in v0.14.0: No module named 'sympde.utilities' #105

Closed spossann closed 2 years ago

spossann commented 2 years ago

Using sympde 0.14.0 I get the following error (absent in version 0.13.1):

struphy/geometry/domain_3d.py:20: in
from sympde.topology import Mapping
env/lib/python3.8/site-packages/sympde/init.py:3: in
from .topology import
env/lib/python3.8/site-packages/sympde/topology/init.py:9: in
from .callable_mapping import

env/lib/python3.8/site-packages/sympde/topology/callable_mapping.py:1: in
from sympde.utilities.utils import lambdify_sympde
E ModuleNotFoundError: No module named 'sympde.utilities'

anlavandier commented 2 years ago

PR #104 should fix this. I am waiting for @yguclu to review and merge the PR.

anlavandier commented 2 years ago

Fixed by #104. Version 0.14.1 is on pypi and doesn't not have this issue.