sectasy0/pyi18n

Make pyi18n compatible with docker-compose

Closed this issue · 3 comments

Right now pyi18n requires PyYAML>=6.0, but docker compose requires PyYAML<6.

Would it be possible to loosen the requirement and allow pyi18n to use PyYaml<6?

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
docker-compose 1.29.2 requires PyYAML<6,>=3.10, but you have pyyaml 6.0 which is incompatible.

Yes, after downgrade the version of PyYAML everything should work correctly, I tested on version 5.3.1 (originally it was like that).

Thank you! I look forward to the update

Thank you! I look forward to the update

Already on the master branch, not been released yet.