ModuleNotFoundError |
Python 3.12.3: /usr/bin/python3 Sun Apr 20 03:39:36 2025 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
/var/www/vhost/osmaniax.1banzaka.com/pythonlabo/env.py in <module> |
4 import sys |
5 import os |
=> 6 import folium |
7 import geoip2.database |
8 # |
folium undefined |
ModuleNotFoundError: No module named 'folium'
add_note =
<built-in method add_note of ModuleNotFoundError object>
args =
("No module named 'folium'",)
msg =
"No module named 'folium'"
name =
'folium'
name_from =
None
path =
None
with_traceback =
<built-in method with_traceback of ModuleNotFoundError object>