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
Ipython 9.0.0 was released yesterday, and is incompatible with ipython parallel 9.0.0.
Error message:
tests/conftest.py:4: in <module>
import ipyparallel as ipp
/dolfinx-env/lib/python3.12/site-packages/ipyparallel/__init__.py:16: in <module>
from .client.client import Client # noqa
/dolfinx-env/lib/python3.12/site-packages/ipyparallel/client/client.py:29: in <module>
from IPython.utils.coloransi import TermColors
E ModuleNotFoundError: No module named 'IPython.utils.coloransi'
Perhaps related to this: jupyter lab extension error,
ipyparallel | error adding extension (enabled: True):
The module 'ipyparallel' could not be found (No module named 'IPython.utils.coloransi').
Are you sure the extension is installed?
Ipython 9.0.0 was released yesterday, and is incompatible with ipython parallel 9.0.0.
Error message:
Full example env/config at https://github.com/jorgensd/adios4dolfinx/actions/runs/13602716118/job/38030935446
The text was updated successfully, but these errors were encountered: