【发布时间】:2021-11-11 12:57:44
【问题描述】:
https://github.com/AliFlux/MapTilesDownloader 我尝试了以下方法:
PS C:\Program Files\MapTilesDownloader-master\src> python server.py
但我收到了以下结果:
Traceback (most recent call last):
File "server.py", line 3, in <module>
from http.server import BaseHTTPRequestHandler, HTTPServer
ImportError: No module named http.server
你能帮我解决这个问题吗? 提前谢谢你。
【问题讨论】:
-
你用的是python 3吗?看起来脚本需要 3,但您的 python 版本较旧
标签: python github python-module openmaptiles