【问题标题】:ModuleNotFoundError: No module named 'tabulate'ModuleNotFoundError:没有名为“制表”的模块
【发布时间】:2021-04-23 19:36:09
【问题描述】:

我正在使用 Jupyter 笔记本系统。我已经使用 cmd 作为 pip install tabulate 安装了表格。要求也满足了,但还是报这个错误。

---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
<ipython-input-2-9a451b8ebc97> in <module>
      1 import glob
      2 import pandas as pd
----> 3 from tabulate import tabulate
      4 def print_helper():
      5         print()

ModuleNotFoundError: 没有名为“制表”的模块

任何帮助将不胜感激。

【问题讨论】:

标签: tabulate


【解决方案1】:

你只需要像这样安装tabulate

pip install tabulate

【讨论】:

    猜你喜欢
    • 2019-03-28
    • 2022-01-07
    • 2017-12-14
    • 2020-12-10
    • 2021-09-02
    • 2020-10-10
    • 2022-01-06
    • 2021-09-10
    相关资源
    最近更新 更多