Skip to content

Instantly share code, notes, and snippets.

@Angluca
Last active March 7, 2024 17:27
Show Gist options
  • Save Angluca/4f98c2d35a3651eb8f0b074bd02200b2 to your computer and use it in GitHub Desktop.
Save Angluca/4f98c2d35a3651eb8f0b074bd02200b2 to your computer and use it in GitHub Desktop.
Solve some python problems
# pyenv install ModuleNotFoundError: No module named '_tkinter'
brew install tcl-tk 
# next close terminal and reinstall python
# pip install display Missing dependencies for SOCKS support
unset all_proxy && unset ALL_PROXY
python3 -m install pysocks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment