numpy undefined symbol: PyFPE_jbuf

后端 未结 7 2094
终归单人心
终归单人心 2020-12-01 14:23

I am trying to use the One Million Song Dataset, for this i had to install python tables, numpy, cython, hdf5, numexpr, and so.

Yesterday i managed to install all i

7条回答
  •  余生分开走
    2020-12-01 14:42

    First remove numpy from /usr/local/lib/python2.7/dist-packages/numpy-1.11.0-py2.7-linux-x86_64.egg and then use the following command

    sudo pip install numpy scipy

    I had solve this error in my case.

提交回复
热议问题