Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No compatibility with ipython9.0.0 #928

Open
jorgensd opened this issue Mar 1, 2025 · 1 comment
Open

No compatibility with ipython9.0.0 #928

jorgensd opened this issue Mar 1, 2025 · 1 comment

Comments

@jorgensd
Copy link

jorgensd commented Mar 1, 2025

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'

Full example env/config at https://github.com/jorgensd/adios4dolfinx/actions/runs/13602716118/job/38030935446

@verga
Copy link

verga commented Mar 2, 2025

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants