```zsh # pyenv install ModuleNotFoundError: No module named '_tkinter' brew install tcl-tk # next close terminal and reinstall python ``` ```zsh # pip install display Missing dependencies for SOCKS support unset all_proxy && unset ALL_PROXY python3 -m install pysocks ```