oscampo
May 14, 2022 - 05:09
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…