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

cannot import name 'read_pdf' #44

Closed
2 tasks
akkaul opened this issue Jul 26, 2017 · 3 comments
Closed
2 tasks

cannot import name 'read_pdf' #44

akkaul opened this issue Jul 26, 2017 · 3 comments

Comments

@akkaul
Copy link

akkaul commented Jul 26, 2017

Summary of your issue

Hello! I tried using tabula package to import some data in pdf but I got an error. I tried the command - from tabula import read_pdf. This gave me an error - cannot import name 'read_pdf'

I installed tabula-py package.

Environment

  • python 3.6.1
  • macOS Sierra 10.12.5

What did you do when you faced the problem?

Example code:

from tabula import read_pdf

Output:


ImportError                               Traceback (most recent call last)
<ipython-input-30-59770b1fd371> in <module>()
----> 1 from tabula import read_pdf

ImportError: cannot import name 'read_pdf'

What did you intend to be?

@akkaul
Copy link
Author

akkaul commented Jul 26, 2017

this issue is solved. thanks!

@akkaul akkaul closed this as completed Jul 26, 2017
@jlidw
Copy link

jlidw commented Dec 23, 2017

I also meet this problem, can I know how you solve this issue? thanks~

@chezou
Copy link
Owner

chezou commented Dec 24, 2017

@Lumaess See the FAQ in README.

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

No branches or pull requests

3 participants