sublime_text
sublime_text copied to clipboard
No module named '_sysconfigdata__darwin_darwin'
Description of the bug
import pydoc in the 3.8 runtime generates an import error which seems to only happen on the latest dev build.
Traceback (most recent call last):
File "__main__", line 1, in <module>
File "<frozen zipimport>", line 259, in load_module
File "./python3.8/pydoc.py", line 366, in <module>
File "./python3.8/pydoc.py", line 396, in Doc
File "./python3.8/sysconfig.py", line 526, in get_path
File "./python3.8/sysconfig.py", line 516, in get_paths
File "./python3.8/sysconfig.py", line 177, in _expand_vars
File "./python3.8/sysconfig.py", line 564, in get_config_vars
File "./python3.8/sysconfig.py", line 432, in _init_posix
ModuleNotFoundError: No module named '_sysconfigdata__darwin_darwin'
Steps to reproduce
- Open console
- Run
import pydoc
Expected behavior
No Error
Actual behavior
Error
Sublime Text build number
4149 (dev build)
Operating system & version
MacOS 13.3 (22E252)
(Linux) Desktop environment and/or window manager
No response
Additional information
No response
OpenGL context information
No response
This is now working in 4150
Hmm this seems to not be working anymore. Can anyone else repo this on Mac?
I've reproduced this issue on macOS in build 4155.