mathieulagrange / doce

Doce is a python library designed to help you handling the complexity of computational experiments.
Apache License 2.0
8 stars 2 forks source link

`ModuleNotFoundError: No module named 'dataframe_image'` #210

Closed lostanlen closed 1 year ago

lostanlen commented 1 year ago

After pip install -e .

>>> import doce
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/ext3/doce/doce/__init__.py", line 6, in <module>
    import doce.cli
  File "/ext3/doce/doce/cli.py", line 14, in <module>
    import dataframe_image
ModuleNotFoundError: No module named 'dataframe_image'

It seems like it should belong to install_requires in setup.py

mathieulagrange commented 1 year ago

Indeed, thank you for spotting the issue.