0

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 !

Phizik
  • 11
  • 3
  • 1
    Problems like yours are usually due to you having more than one Python environment (Python versions + virtual environments) on your system, and you are somehow installing into one environment, but running from another. I don't know that IDE. I use PyCharm. In PyCharm, you can easily have a setup where the two operations target different Python environments – CryptoFool Apr 10 '21 at 09:53
  • https://stackoverflow.com/questions/44617159/python-3-6-module-cannot-be-found-folium hope this helps – Ayesha Khan Apr 10 '21 at 10:20

0 Answers0