Forum Archive

Help! No module named 'charset_normalizer'

oscampo

I found this error when running stash:

StaSh v0.7.5 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: See a list of available commands and their short descriptions with man
[~/Documents]$ pip install [AnyPackage]
stash: <class 'ModuleNotFoundError'>: No module named 'charset_normalizer'

I reinstalled Pythonista but the problem persists
Any help to fix this will be very appreciated

UPDATE: installation of BeautifulSoup4 request was the cause of the problem. Trying to uninstall it and fixing all the mess…

JonB

https://forum.omz-software.com/topic/3978/beautiful-soup-in-python-3-pip3-in-stash/2

Delete the bad modules from your site-packages-3 and site-packages, and force quit pythonista and you should be good to go. Worst case, delete everything from site-packages (and from site-packages-3 and site-packages-2) -- and you can avoid reinstalling pythonista... Occasionally installs get corrupted, but not from pip.

oscampo

Too late… I reinstalled from zero…