Skip to content

ModuleNotFoundError: No module named 'mcdp_utils_misc' #4

@NaoPross

Description

@NaoPross

Hello,

currently we cannot solve the exercise due to this line:

https://github.com/ACT4E/ACT4E-mcdp/blame/f4ae95a16bc198b4f25b0f288a03981c6367d3df/src/act4e_mcdp/coords.py#L6

Most likely a missing file. It fails with

$ docker run -it --rm act4e-image-mcdp /bin/bash
root@8513b5362722:/ACT4E# act4e-mcdp-download-tests --out downloaded
Traceback (most recent call last):
  File "/usr/local/bin/act4e-mcdp-download-tests", line 5, in <module>
    from act4e_mcdp import download_main
  File "/usr/local/lib/python3.10/site-packages/act4e_mcdp/__init__.py", line 12, in <module>
    from .loading import *
  File "/usr/local/lib/python3.10/site-packages/act4e_mcdp/loading.py", line 7, in <module>
    from .coords import ComposeList, Coords, CoordsComp, CoordsIdentity
  File "/usr/local/lib/python3.10/site-packages/act4e_mcdp/coords.py", line 6, in <module>
    from mcdp_utils_misc import BoolLike, not_true
ModuleNotFoundError: No module named 'mcdp_utils_misc'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions