How to reproduce the problem
I didn't have any errors -- building dependencies took so long I gave up. I noticed it was stuck on compiling pandas, which was at version 1.5.3 because another dependency required pandas < 2.0.0. I fixed the install by setting the minimum pandas version to 2.0.0 in pyproject.toml, and it installed all dependencies within a minute.
Your Environment
- Operating System: Ubuntu 24.04.2 LTS (Noble Numbat)
- Python Version Used: 3.12.3
- When you install doccano: Monday, March 31st 2025
- How did you install doccano :
pip install 'doccano[postgresql]' on local machine