Closed DunklesArchipel closed 1 year ago
@linuxrider do you know what is going on with this poppler package? (https://github.com/conda-forge/svgdigitizer-feedstock/issues/12)
I tested svgdigitizer in a clean environment via pip, mamba, and pip install -e .
. In all cases, it was possible to paginate a PDF.
Has anyone else experienced issues with this package?
It appears that poppler
is not required as a dependency in setup py. At least in the current version, svgdigitizer paginate
works when the module is installed via
pip install -e .
from the cloned repopip install svgdigitizer
in a clean environmentmamba install svgdigitizer
in a clean environment
Checklist
doc/news/
.Fix module version differences between setup.py and environment.yamlAlso include poppler in the setup see https://github.com/conda-forge/svgdigitizer-feedstock/issues/12Fix the alphabetical order of the dependencies.
From local tests, I did not face any issues using
svgdigitizer paginate
, which were supposed to be related to the missing module poppler.