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

When will be there a new release to depend on wand 0.6.10? #344

Closed
kiryph opened this issue Nov 2, 2022 · 2 comments
Closed

When will be there a new release to depend on wand 0.6.10? #344

kiryph opened this issue Nov 2, 2022 · 2 comments
Labels

Comments

@kiryph
Copy link

kiryph commented Nov 2, 2022

Segmentation fault for dependency wand==0.6.7.

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

Issue can be found here: emcconville/wand#587

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.
@kiryph kiryph added the bug label Nov 2, 2022
@jstockwin
Copy link
Owner

Hey @kiryph, I've just published a new version:

https://pypi.org/project/py-pdf-parser/0.10.2/

Does that fix your issue?

@kiryph
Copy link
Author

kiryph commented Nov 8, 2022

@jstockwin Yes, that fixes my issue. Thank you for the latest release.

@kiryph kiryph closed this as completed Nov 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants