How to solve import error for pandas?

后端 未结 11 1762
忘掉有多难
忘掉有多难 2020-11-29 08:03

I installed Anaconda with python 2.7.7.
However, whenever I run \"import pandas\" I get the error:
\"ImportError: C extension: y not built. If you want to impo

11条回答
  •  没有蜡笔的小新
    2020-11-29 09:01

    Instead of installing it with conda or pip, try to install it with your package manager:

    sudo apt-get install python3-pandas

提交回复
热议问题