Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pandas to 0.21.0 #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yet-another-account
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants