FreeTAKTeam/FreeTAKHub-Installation

FTS Server Pythong package version incompatiblity

Opened this issue · 1 comments

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.

freetakserver 2.2.1 requires colorama==0.4.4, but you have colorama 0.4.6 which is incompatible.
freetakserver 2.2.1 requires cryptography==36.0.2, but you have cryptography 43.0.1 which is incompatible.
freetakserver 2.2.1 requires dnspython==2.2.1, but you have dnspython 2.6.1 which is incompatible.
freetakserver 2.2.1 requires eventlet==0.33.1, but you have eventlet 0.35.2 which is incompatible.
freetakserver 2.2.1 requires greenlet==2.0.2, but you have greenlet 3.0.3 which is incompatible.
freetakserver 2.2.1 requires Jinja2==3.1.3, but you have jinja2 3.1.4 which is incompatible.
freetakserver 2.2.1 requires MarkupSafe==2.1.5, but you have markupsafe 3.0.1 which is incompatible.
freetakserver 2.2.1 requires PyYAML==6.0.1, but you have pyyaml 6.0.2 which is incompatible.
freetakserver-ui 2.2.1 requires Jinja2==3.1.3, but you have jinja2 3.1.4 which is incompatible.
freetakserver-ui 2.2.1 requires MarkupSafe==2.1.5, but you have markupsafe 3.0.1 which is incompatible.
freetakserver-ui 2.2.1 requires packaging==24.0, but you have packaging 24.1 which is incompatible.

Could we relax the strict version dependency?