錯(cuò)誤提示如下:
from dateutil import relativedelta
ModuleNotFoundError: No module named 'dateutil'
默認(rèn)安裝執(zhí)行如下:pip install dateutil
但是會(huì)提示如下錯(cuò)誤:
ERROR: Could not find a version that satisfies the requirement dateutil (from versions: none)
ERROR: No matching distribution found for dateutil
解決辦法,安裝執(zhí)行命令修改成:pip install python-dateutil