Skip to content

Missing pkg_resources for tensorboard #72

@jakcharvat

Description

@jakcharvat

setuptools 82 removed the pkg_resources module (changelog, PR), breaking tensorboard, which relies on it (tensorflow/tensorboard#7003). As a result, starting tensorboard with a default installation of npfl138 crashes with a pkg_resources ModuleNotFoundError.

Before either pkg_resources is restored (pypa/setuptools#5181) or tensorboard fixes its dependency, the workaround is to explicitly request setuptools < 82. I believe it should be added to the npfl138 package's requirements so that default installations don't break on missing pkg_resources.

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