PyTorch dependency mismanagement causes missing integrations at install time
5/10 MediumRequired dependencies for optional PyTorch integrations (e.g., TensorBoard) are not automatically installed, causing silent failures discovered only at runtime. Developers must manually track and install auxiliary dependencies that should be bundled or clearly flagged during setup.
Collection History
Query: “What are the most common pain points with PyTorch for developers in 2025?”4/4/2026
issue #22389 reports a bug which caused the developers to be unable to use TensorBoard. This bug happened because a dependency which was required for TensorBoard's functionality was not installed during PyTorch installation.
Created: 4/4/2026Updated: 4/4/2026