ModuleNotFoundError No module named folium

0 votes

Hi Everyone,

I am trying to plot one map using Latitude and Longitude with the help of Folium module. But I am getting this below error.

ModuleNotFoundError                       Traceback (most recent call last)
<ipython-input-7-a9938c267a0c> in <module>()
      1 get_ipython().system('pip install folium')
      2 import pandas as pd
----> 3 import folium
ModuleNotFoundError: No module named 'folium'

How can I solve this error?

Apr 28, 2020 in Python by akhtar
• 38,230 points
12,372 views

2 answers to this question.

+1 vote

Hi@akhtar,

To avoid this error, you have to install this folium module in your system. Use the below given command to install folium.

$ python -m pip install folium

Hope this will help you.

answered Apr 28, 2020 by MD
• 95,440 points
I had install folium then also getting same error.what to do next
Try to check folium module is successfully installed or not using the below given command.

$ pip list

If folium module is installed successfully, then try to restart your kernel.
+1 vote
Following Command install it will work:
conda install folium -c conda-forge
answered Aug 28, 2020 by Sunil Patil

Related Questions In Python

+1 vote
3 answers
+2 votes
3 answers

ModuleNotFoundError: No module named 'Crypto'

The module you’ve installed is different. To install ...READ MORE

answered Aug 20, 2019 in Python by Raman
76,796 views
0 votes
2 answers

ModuleNotFoundError: No module named 'pythoncom' in pyttsx3

even i faced the same problem ...just ...READ MORE

answered Jun 2, 2020 in Python by anonymous
12,867 views
0 votes
1 answer

ModuleNotFoundError: No module named 'Foundation'

Hi@akhtar, By default Foundation module comes with Anaconda ...READ MORE

answered Apr 24, 2020 in Python by MD
• 95,440 points
3,547 views
0 votes
2 answers
+1 vote
2 answers

how can i count the items in a list?

Syntax :            list. count(value) Code: colors = ['red', 'green', ...READ MORE

answered Jul 7, 2019 in Python by Neha
• 330 points

edited Jul 8, 2019 by Kalgi 4,023 views
0 votes
1 answer
+5 votes
6 answers

Lowercase in Python

You can simply the built-in function in ...READ MORE

answered Apr 11, 2018 in Python by hemant
• 5,790 points
3,412 views
+2 votes
3 answers

ModuleNotFoundError: No module named 'cv2'

Hi@akhtar, This error may occur if you didn't install ...READ MORE

answered Apr 9, 2020 in Python by MD
• 95,440 points
265,125 views
+2 votes
2 answers

ModuleNotFoundError: No module named 'pyttsx3

Hi@akhtar, To avoid this error you have to ...READ MORE

answered Apr 24, 2020 in Python by MD
• 95,440 points
27,302 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP