griffe: Cannot resolve builtin `typing` modules.: `griffe.exceptions.AliasResolutionError: Could not resolve typing.Dict`
I get this cryptic message now when I build my docs. No idea why. Dug around the code base and am lost. typing is a built in module so this is super confusing.
griffe.exceptions.AliasResolutionError: Could not resolve typing.Dict
nox > Command mkdocs build failed with exit code 1
nox > Session mkdocs failed.
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 18 (11 by maintainers)
@pawamoy it was originally my python-stdlib-logging config and setup and tools, but then I discovered loguru (which is a fantastic package) and lager is really just a collection utils surrounding loguru (with a better name IMO – it also has super fast json logging ifyou install
jsonbourne(in the same repo)).@pawamoy sounds good! I am swamped and my head is in the land of typescript far away from python.
FWIW: I think when I initially reported this bug I think I was trying to use it for my lib
xtyping(https://github.com/dynamic-graphics-inc/dgpy-libs/tree/main/libs/xtyping)…Can do! I am and have been on vacation (now).
Will do when I am back! I copy pasted that error from my phone (fyi) so limited stack.