Forums

ModuleNotFoundError: No module named 'folium'

I have created my virtulaenvs and also I have installed another modules to via pip install method in bash console. But somehow I got this error

"ModuleNotFoundError: No module named 'folium'"

in the same console, I also looked it if there is folium, yes it has already downloaded as another modules but not working

Where are you seeing that error? Is it in a console? Or perhaps in the website's error log? If it's in a console, how are you running the script?