stash
stash copied to clipboard
No module ‘chardet’
Trying to install things with pip through StaSh throws this error. Exact traceback:
StaSh v0.7.1 on python 3.6.1 Warning: you are running StaSh in python3. Some commands may not work correctly in python3. Please help us improving StaSh by reporting bugs on github. Tip: You can invoke almost any Python scripts, including UI and Scene, directly from StaSh [~/Documents]$ pip install Discord <class 'ModuleNotFoundError'>: No module named 'chardet' [~/Documents]$ pip install chardet <class 'ModuleNotFoundError'>: No module named 'chardet' [~/Documents]$
Delete site-packages/urllib3 and site-packages/requests, and possibly idna, chardet, and anything else that you did not specifically install Then force quit pythonista