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
In [1]: from py_pdf_parser.visualise import visualise
In [2]: from py_pdf_parser.loaders import load_file
In [3]: document = load_file("simple_memo.pdf")
In [4]: visualise(document)
[1] 40106 segmentation fault ipython
py-pdf-parser version 0.10.1 has the dependency 0.6.7:
❯ pip install wand==0.6.10
Collecting wand==0.6.10
Downloading Wand-0.6.10-py2.py3-none-any.whl (142 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 142.8/142.8 kB 2.8 MB/s eta 0:00:00
Installing collected packages: wand
Attempting uninstall: wand
Found existing installation: Wand 0.6.7
Uninstalling Wand-0.6.7:
Successfully uninstalled Wand-0.6.7
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
py-pdf-parser 0.10.1 requires wand==0.6.7, but you have wand 0.6.10 which is incompatible.
The text was updated successfully, but these errors were encountered:
Segmentation fault for dependency
wand==0.6.7
.Issue can be found here: emcconville/wand#587
py-pdf-parser version 0.10.1 has the dependency 0.6.7:
The text was updated successfully, but these errors were encountered: