kcroker / dpsprep

Python DJVU to PDF converter which preserves OCR text and bookmark metadata (e.g. TOC)
Other
193 stars 16 forks source link

Installation fails due to distutils deprecation #11

Closed FedericoThiella closed 8 months ago

FedericoThiella commented 1 year ago

disutils seems deprecated in latest python releases (3.9 and above. The installation fails because of a Deprecation Warning

v-- commented 1 year ago

The project doesn't use distutils directly. Perhaps you were seeing an error with the installation of python-djvulibre, which has been fixed in https://github.com/kcroker/dpsprep/pull/10.

Does the project install with the newly merged pull requests?

v-- commented 12 months ago

@FedericoThiella have you had the opportunity to try installing dpsprep since my latest answer?

v-- commented 8 months ago

@FedericoThiella I'm going to close the issue. You should be able to reopen it if needed.