from unidecode import unidecode
Although I installed unidecode with
pip install unidecode
there is still an error like in the title. I am working on a PyCharm and i Installed it on a terminal being in folder: Scripts.
from unidecode import unidecode
Although I installed unidecode with
pip install unidecode
there is still an error like in the title. I am working on a PyCharm and i Installed it on a terminal being in folder: Scripts.
In Pycharm try to go to "Python Packages" section placed in the bottom, search it and install.
In addition, a mirror of the package here
Or run in this way:
pip install Unidecode