Pandas import error when debugging using PVTS

后端 未结 4 1463
暗喜
暗喜 2020-12-20 22:40

I am dealing with a very silly error, and wondering if any of you have the same problem. When I try to import pandas using import pandas as pd I get an error in

4条回答
  •  清酒与你
    2020-12-20 22:50

    I had the same problem for a while, disabling "Debug standard library" didn't help, then I downloaded the latest version of Python (3.4), pip installed the libs (for example NLTK), and it worked!

提交回复
热议问题