alephdata / ingest-file

Ingestors extract the contents of mixed unstructured documents into structured (followthemoney) data.
GNU Affero General Public License v3.0
54 stars 26 forks source link

Update pip #523

Closed stchris closed 10 months ago

stchris commented 1 year ago

In https://github.com/alephdata/ingest-file/pull/510 I tried to update pip, setuptools and wheel. Unfortunately this breaks because tesserocr==2.6.1 doesn't install cleanly. The issue is that they switched to wheels, but no appropriate wheel was found (?), /tmp gets mounted with noexec which causes problems with linking against an .so file. Going back to tesserocr==2.6.0 fixes this.