巨坑:ModuleNotFoundError: No module named ‘dateutil‘

ModuleNotFoundError: No module named ‘dateutil’

dateutil安裝失敗:

(pythonThirteen) [xx@hadoop103 bin]$ pip install dateutil
ERROR: Could not find a version that satisfies the requirement dateutil (from versions: none)
ERROR: No matching distribution found for dateutil
(pythonThirteen) [xx@hadoop103 bin]$ pip install dateutil.relativedelta
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connecton.HTTPSConnection object at 0x7f576ab52ea0>: Failed to establish a new connection: [Errno -2] Name or service not known')': /simple/dateutil-relativedelta/
ERROR: Could not find a version that satisfies the requirement dateutil.relativedelta (from versions: none)
ERROR: No matching distribution found for dateutil.relativedelta

發現要使用命令:

 pip3 install python-dateuti

相关推荐

  1. :ModuleNotFoundError: No module named ‘dateutil‘

    2024-04-13 23:14:02       34 阅读
  2. 大数据,或称量资料

    2024-04-13 23:14:02       41 阅读
  3. echart<span style='color:red;'>坑</span>

    echart

    2024-04-13 23:14:02      26 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-04-13 23:14:02       94 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-04-13 23:14:02       100 阅读
  3. 在Django里面运行非项目文件

    2024-04-13 23:14:02       82 阅读
  4. Python语言-面向对象

    2024-04-13 23:14:02       91 阅读

热门阅读

  1. GPT模型与知识图谱的融合之旅

    2024-04-13 23:14:02       41 阅读
  2. PTA 位运算

    2024-04-13 23:14:02       38 阅读
  3. 富格林:技巧抵抗曝光虚假套路

    2024-04-13 23:14:02       34 阅读
  4. 蓝桥杯-单片机组基础21——第15届省赛代码

    2024-04-13 23:14:02       32 阅读
  5. Linux C++ 033-STL之函数对象

    2024-04-13 23:14:02       31 阅读
  6. Qt事件处理机制2-事件函数的传播

    2024-04-13 23:14:02       34 阅读