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

ModuleNotFoundError: No module named 'IPython' #36

Open
aecio opened this issue May 23, 2024 · 0 comments
Open

ModuleNotFoundError: No module named 'IPython' #36

aecio opened this issue May 23, 2024 · 0 comments
Labels
question Further information is requested

Comments

@aecio
Copy link
Member

aecio commented May 23, 2024

Trying to write a simple unit test and get this import error, which is solved by installing jupyter package. I'm not sure if we want to include it as a project dependency in the requiremets.txt.

_________________________________________________________________ ERROR collecting tests/test_column_mapping.py _________________________________________________________________
ImportError while importing test module '/home/aeciosantos/workspace/askem-arpa-h/bdi-kit/tests/test_column_mapping.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../../../tools/anaconda3/lib/python3.8/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_column_mapping.py:3: in <module>
    from bdikit.mapping_algorithms.column_mapping.algorithms import (
bdikit/__init__.py:3: in <module>
    from bdikit.api import APIManager
bdikit/api.py:5: in <module>
    from bdikit.visualization.mappings import (
bdikit/visualization/mappings.py:3: in <module>
    from IPython.display import display
E   ModuleNotFoundError: No module named 'IPython'
@aecio aecio added bug Something isn't working question Further information is requested and removed bug Something isn't working labels Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant