harpribot / deep-summarization

Uses Recurrent Neural Network (LSTM/GRU/basic_RNN units) for summarization of amazon reviews
MIT License
132 stars 47 forks source link

Update pandas to 0.21.0 #4

Open yet-another-account opened 7 years ago

yet-another-account commented 7 years ago

Without this, the following issue is thrown:

RuntimeError: module compiled against API version 0xb but this version of numpy is 0xa
Traceback (most recent call last):
  File "extracter_script.py", line 1, in <module>
    from helpers.extracter import Spider
  File "/home/eukaryote/workspace/deep-summarization/helpers/extracter.py", line 2, in <module>
    import pandas as pd
  File "/home/eukaryote/workspace/deep-summarization/local/lib/python2.7/site-packages/pandas/__init__.py", line 31, in <module>
    "extensions first.".format(module))
ImportError: C extension: umpy.core.multiarray failed to import not built. If you want to import pandas from the source directory, you may need to run 'python setup.py build_ext --inplace' to build the C extensions first.