Python Error: “ImportError: No module named six”

前端 未结 7 846
清酒与你
清酒与你 2020-12-20 13:18

I am running Python 2.7 on a Windows 7 OS

Here is what I run:

>>> import matplotlib.pyplot as plt

Then I get this:

7条回答
  •  鱼传尺愫
    2020-12-20 14:08

    I might be late to this, but I was having the same problem. After I pip installed Pandas though, the problem went away. After the cleanup, I got this message

    "Successfully installed pandas pytz six"

提交回复
热议问题