-
Notifications
You must be signed in to change notification settings - Fork 62
Closed
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels