tensorboardX icon indicating copy to clipboard operation
tensorboardX copied to clipboard

type hints not correctly configured

Open dpinol opened this issue 8 months ago • 0 comments

When running mypy on a project using tensorboardX, you get this error

error: Skipping analyzing "tensorboardX": module is installed, but missing library
stubs or py.typed marker  [import-untyped]
    from tensorboardX import SummaryWriter

More info https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-library-stubs-or-py-typed-marker

dpinol avatar Apr 03 '25 13:04 dpinol