ImportError: No module named 'fuzzywuzzy'

Problem installing and importing the 'fuzzywuzzy' module in a virtual environment conda onVScode - solution

There is an incompatibility between the python 3.9.4 conda package and 'fuzzywuzzy' module.

You can simply use the conda environment with python 3.8.8 to resolve this incompatibility with 'fuzzywuzzy'.

--

--