FreeTakServer
FreeTakServer copied to clipboard
Bump PyYAML 6.0 -> 6.0.1
pip install fails on PyYAML==6.0 See for yourself with the following dockerfile:
from fedora
run dnf install python3-pip -y
run pip install PyYAML==6.0
For the record, this is what i have run to build my own image:
from fedora
run dnf update -y
run sudo dnf group install "Development Tools" "C Development Tools and Libraries" -y
run dnf install python3-pip cairo-devel python3-devel -y
run pip install wheel pycairo
run pip install FreeTAKServer[ui]
@nir2602 I suppose we can merge this?
@nir2602 I suppose we can merge this?
yes we can merge it, there are no major changes between the two versions.