Traceback (most recent call last):
File "mapbox.py", line 1, in <module>
from mapbox import Geocoder
File "C:\mapbox.py", line 1, in <module>
from mapbox import Geocoder
ImportError: cannot import name 'Geocoder' from 'mapbox' (C:.......mapbox.py)
文件内容:
from mapbox import Geocoder
我已经安装了软件包。
pip install mapbox
显示成功。 即使安装后出现此错误,您也可以帮助纠正