Command Line

ilexconf

Traceback (most recent call last):
  File "/home/docs/checkouts/readthedocs.org/user_builds/ilexconf/envs/latest/bin/ilexconf", line 5, in <module>
    from ilexconf.console import main
  File "/home/docs/checkouts/readthedocs.org/user_builds/ilexconf/envs/latest/lib/python3.8/site-packages/ilexconf/__init__.py", line 1, in <module>
    from ilexconf.config import Config
  File "/home/docs/checkouts/readthedocs.org/user_builds/ilexconf/envs/latest/lib/python3.8/site-packages/ilexconf/config.py", line 1, in <module>
    from mapz import Mapz
  File "/home/docs/checkouts/readthedocs.org/user_builds/ilexconf/envs/latest/lib/python3.8/site-packages/mapz/__init__.py", line 1, in <module>
    from .mapz import Mapz
  File "/home/docs/checkouts/readthedocs.org/user_builds/ilexconf/envs/latest/lib/python3.8/site-packages/mapz/mapz.py", line 9, in <module>
    from mapz import methods, modifiers
  File "/home/docs/checkouts/readthedocs.org/user_builds/ilexconf/envs/latest/lib/python3.8/site-packages/mapz/methods/__init__.py", line 2, in <module>
    from .traverse import (
  File "/home/docs/checkouts/readthedocs.org/user_builds/ilexconf/envs/latest/lib/python3.8/site-packages/mapz/methods/traverse.py", line 14, in <module>
    from mypy_extensions import Arg, KwArg
ModuleNotFoundError: No module named 'mypy_extensions'

list

Traceback (most recent call last):
  File "/home/docs/checkouts/readthedocs.org/user_builds/ilexconf/envs/latest/bin/ilexconf", line 5, in <module>
    from ilexconf.console import main
  File "/home/docs/checkouts/readthedocs.org/user_builds/ilexconf/envs/latest/lib/python3.8/site-packages/ilexconf/__init__.py", line 1, in <module>
    from ilexconf.config import Config
  File "/home/docs/checkouts/readthedocs.org/user_builds/ilexconf/envs/latest/lib/python3.8/site-packages/ilexconf/config.py", line 1, in <module>
    from mapz import Mapz
  File "/home/docs/checkouts/readthedocs.org/user_builds/ilexconf/envs/latest/lib/python3.8/site-packages/mapz/__init__.py", line 1, in <module>
    from .mapz import Mapz
  File "/home/docs/checkouts/readthedocs.org/user_builds/ilexconf/envs/latest/lib/python3.8/site-packages/mapz/mapz.py", line 9, in <module>
    from mapz import methods, modifiers
  File "/home/docs/checkouts/readthedocs.org/user_builds/ilexconf/envs/latest/lib/python3.8/site-packages/mapz/methods/__init__.py", line 2, in <module>
    from .traverse import (
  File "/home/docs/checkouts/readthedocs.org/user_builds/ilexconf/envs/latest/lib/python3.8/site-packages/mapz/methods/traverse.py", line 14, in <module>
    from mypy_extensions import Arg, KwArg
ModuleNotFoundError: No module named 'mypy_extensions'