Sorry if double-posting (i've checked this : No module named 'folium' after installing via pip and others, but didn't find a solution) I'm using Spyder IDE for a python project. I need to use "folium" module, i installed it in Spyder with "pip install folium" it worked and told me folium was installed etc. But now, if i try to import folium, i get the error message : "ModuleNotFoundError: No module named 'folium'"
Do you guys have an idea on how to solve this ?
Thanks !