You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.
I am using python 3.6.5 and installed all dependancies for camelot and installed camelot by using 'pip install camelot-py[cv] as mentioned in the document. When I installed it was working and next day when I start using camelot in my script. It was giving error when I used 'import camelot'
'/pdfdocument.py", line 26, in
from .pdftypes import PDFObjectNotFound
ImportError: cannot import name 'PDFObjectNotFound'
I tried to figure out what is the problem one day it was working and next it is not but failed to success in resolving this issue with camelot.
The text was updated successfully, but these errors were encountered:
I am using python 3.6.5 and installed all dependancies for camelot and installed camelot by using 'pip install camelot-py[cv] as mentioned in the document. When I installed it was working and next day when I start using camelot in my script. It was giving error when I used 'import camelot'
'/pdfdocument.py", line 26, in
from .pdftypes import PDFObjectNotFound
ImportError: cannot import name 'PDFObjectNotFound'
I tried to figure out what is the problem one day it was working and next it is not but failed to success in resolving this issue with camelot.
The text was updated successfully, but these errors were encountered: