You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the mentioned system, loading tk has started failing with:
E File "/Users/runner/hostedtoolcache/Python/3.7.13/x64/lib/python3.7/tkinter/__init__.py", line 2025, in __init__
E self._loadtk()
E File "/Users/runner/hostedtoolcache/Python/3.7.13/x64/lib/python3.7/tkinter/__init__.py", line 2040, in _loadtk
E % (_tkinter.TK_VERSION, tk_version))
E RuntimeError: tk.h version (8.6) doesn't match libtk.a version (8.5)
The documentation update suggests this was likely to be either a bug in updating Python 3.7.12 to 3.7.13 or possibly a change in Homebrew from 3.4.7 to 3.4.9.
Description
On the mentioned system, loading tk has started failing with:
This used to work on the image from ~1 week ago.
Virtual environments affected
Image version and build link
Current image version: 20220501.1
https://dev.azure.com/matplotlib/matplotlib/_build/results?buildId=25698&view=logs&j=2a0d89e6-f0af-5d93-2ea5-38c6235c2d51&t=cb21fa9b-a1c3-57fa-90e9-7d9d0311b902&l=381
Is it regression?
Previously working image version: 20220424.1
https://dev.azure.com/matplotlib/matplotlib/_build/results?buildId=25635&view=logs&j=0de6cdcb-72d7-5519-795d-247cd4b3fb83
Expected behavior
No response
Actual behavior
No response
Repro steps
See matplotlib build in links above.
The text was updated successfully, but these errors were encountered: