atlanhq / camelot

Camelot: PDF Table Extraction for Humans
https://camelot-py.readthedocs.io
Other
3.64k stars 354 forks source link

AttributeError: module 'pandas.compat' has no attribute 'Iterable' #287

Closed amshukla3 closed 5 years ago

amshukla3 commented 5 years ago

When I try to read any pdf file using read_pdf, I am getting an error message as "AttributeError: module 'pandas.compat' has no attribute 'Iterable'". I am currently using a Windows setup. I have already installed tkinter and GhostScript at location C:. Also, during the installation I got this message "blaze 0.11.3 has requirement sqlalchemy>=0.8.0, but you'll have sqlalchemy 0.7.10 which is incompatible." It would be really helpful if someone can take this on priority as I am working on a tight schedule project and tabula has failed miserably.

vinayak-mehta commented 5 years ago

@amshukla3 Are you using conda or pip? You could try installing pandas separately with the package manager you're using.

HamidM6 commented 5 years ago

@amshukla3 I got similar error message after installing "tsfresh" library. in my case restarting spyder ide resolved the issue.