unstract
unstract copied to clipboard
fix: [ISSUE] Docker Build Fail - nltk version 3.8.2 is no longer available on PyPi
Describe the bug
When building services, pdm tries to install packages but fails at nltk.
No candidate is found for nltk that matches the environment or hashes
On researching, it seems that ntlk 3.8.2 was removed link and replaced with 3.9b1
To reproduce
run VERSION=dev docker compose -f docker-compose.build.yaml build backend
Expected behavior
Clean build of image
Environment details
- Version: v0.80.3
Screenshots
Hi @dmnxprss .
Thanks for trying out Unstract. We were aware of this issue and the fix for the same is raised in PR #589. Please try out the latest version of Unstract (v0.81.1) and let us know if the issue is resolved.