You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 28, 2020. It is now read-only.
Hey!
when I try to run the script (after installing all the dependencies) on my machine Mojave MacBook Pro PyCharm
I get:
Traceback (most recent call last):
File "/Users/lol/Library/Preferences/PyCharm2018.2/scratches/scratch.py", line 3, in
import folium
File "/Library/Python/2.7/site-packages/folium/init.py", line 23, in
from folium.features import (
File "/Library/Python/2.7/site-packages/folium/features.py", line 17, in
from folium.folium import Map
File "/Library/Python/2.7/site-packages/folium/folium.py", line 16, in
from folium.map import FitBounds
File "/Library/Python/2.7/site-packages/folium/map.py", line 15, in
from folium.utilities import _validate_coordinates, camelize, get_bounds
File "/Library/Python/2.7/site-packages/folium/utilities.py", line 14, in
from six.moves.urllib.parse import urlparse, uses_netloc, uses_params, uses_relative
ImportError: cannot import name uses_netloc
would love your help with solving this issue :)
thanks in advance!
The text was updated successfully, but these errors were encountered:
Hey!
when I try to run the script (after installing all the dependencies) on my machine Mojave MacBook Pro PyCharm
I get:
Traceback (most recent call last):
File "/Users/lol/Library/Preferences/PyCharm2018.2/scratches/scratch.py", line 3, in
import folium
File "/Library/Python/2.7/site-packages/folium/init.py", line 23, in
from folium.features import (
File "/Library/Python/2.7/site-packages/folium/features.py", line 17, in
from folium.folium import Map
File "/Library/Python/2.7/site-packages/folium/folium.py", line 16, in
from folium.map import FitBounds
File "/Library/Python/2.7/site-packages/folium/map.py", line 15, in
from folium.utilities import _validate_coordinates, camelize, get_bounds
File "/Library/Python/2.7/site-packages/folium/utilities.py", line 14, in
from six.moves.urllib.parse import urlparse, uses_netloc, uses_params, uses_relative
ImportError: cannot import name uses_netloc
would love your help with solving this issue :)
thanks in advance!
The text was updated successfully, but these errors were encountered: