Search Criteria
Package Details: python-camelot-git v0.8.2.r26.g7709e58-5
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-camelot-git.git (read-only, click to copy) |
---|---|
Package Base: | python-camelot-git |
Description: | Camelot: PDF Table Extraction for Humans |
Upstream URL: | https://camelot-py.readthedocs.io |
Licenses: | MIT |
Conflicts: | python-camelot |
Provides: | python-camelot |
Submitter: | sasvari |
Maintainer: | None |
Last Packager: | nullableVoidPtr |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2018-10-15 15:43 (UTC) |
Last Updated: | 2021-03-30 14:47 (UTC) |
Dependencies (17)
- ghostscript
- opencv (opencv-cuda)
- python (python37AUR, python311AUR, python310AUR)
- python-chardet
- python-click
- python-matplotlib (python-matplotlib-gitAUR)
- python-numpy (python-numpy-flameAUR, python-numpy-mkl-binAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- python-openpyxl
- python-pandas
- python-pdfminer (pdfminerAUR)
- python-pypdf2AUR
- tk (tk-fossilAUR)
- git (git-gitAUR, git-glAUR) (make)
- python-setuptools (make)
- python-pytest (check)
- python-pytest-cov (check)
- python-pytest-mpl (check)
Latest Comments
nullableVoidPtr commented on 2021-03-22 11:47 (UTC)
@Archange it seems that plain pdfminer causes some tests to fail. I'm going to look into maintaining python-pdfminer.six myself.
Archange commented on 2021-03-20 12:25 (UTC)
Please change the python-pdfminer.six to python-pdfminer.
nullableVoidPtr commented on 2020-12-29 08:50 (UTC)
@tschow Can you verify that the ImportError still occurs? I have adopted this package and amended some dependencies.
tschow commented on 2020-10-25 11:34 (UTC) (edited on 2020-10-25 11:35 (UTC) by tschow)
When I imported the package (in an IPython 3.8.6 console window), I got the error message
ImportError: libhdf5.so.200: cannot open shared object file: No such file or directory
, which was gone after installing thehdf5
pacman package.