Skip to content

Instantly share code, notes, and snippets.

View ueberBrot's full-sized avatar

Maurice de Bruyn ueberBrot

  • App Logik GmbH
  • Germany
View GitHub Profile
@ueberBrot
ueberBrot / mkdocstrings_error
Last active June 12, 2020 10:36
Error message when trying to create API docs mit mkdocs and mkdocstrings
➜ poetry run mkdocs serve
INFO - Building documentation...
INFO - Cleaning site directory
ERROR - mkdocstrings.handlers.python: Collection failed: No module named 'nacko_two'
Traceback (most recent call last):
File "c:\users\USERNAME\appdata\local\pypoetry\cache\virtualenvs\nacko-n0qqi6mm-py3.8\lib\site-packages\pytkdocs\loader.py", line 152, in get_object_tree
parent_module = importlib.import_module(parent_module_path)
File "c:\users\USERNAME\scoop\apps\python\current\lib\importlib\__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1014, in _gcd_import