Skip to content

Commit

Permalink
Restore hidden tkinter dependency via matplotlib / pyplot (#17305)
Browse files Browse the repository at this point in the history
Partially reverts #17295.

pydrake.systems.planar_scenegraph_visualizer imports matplotlib.pyplot
which in turn tries to import tkinter and fails for lack of any other
plotting backends being available.
  • Loading branch information
svenevs authored Jun 1, 2022
1 parent ad8b7e5 commit e80d001
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup/mac/binary_distribution/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ brew 'msgpack-cxx'
brew 'openblas'
brew 'pkg-config'
brew '[email protected]'
brew '[email protected]'
brew 'scipy'
brew 'spdlog'
brew 'suite-sparse'
Expand Down
1 change: 1 addition & 0 deletions setup/ubuntu/binary_distribution/packages-focal.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ python3-pil
python3-pydot
python3-pygame
python3-scipy
python3-tk
python3-tornado
python3-u-msgpack
python3-yaml
Expand Down

0 comments on commit e80d001

Please sign in to comment.