Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip install failure #669

Closed
erentar opened this issue Mar 1, 2024 · 1 comment
Closed

pip install failure #669

erentar opened this issue Mar 1, 2024 · 1 comment
Assignees
Labels
bug_minor Minor bug, Server still syncs with clients
Milestone

Comments

@erentar
Copy link
Contributor

erentar commented Mar 1, 2024

I followed the instructions on https://freetakteam.github.io/FreeTAKServer-User-Docs/Installation/Linux/Installation/

PyYAML 6.0 fails to install, while PyYAML 6.0.1 succeeds. The python package should install 6.0.1 instead.

Further information about the problem is available at yaml/pyyaml#736

following dockerfile will reproduce the error

from fedora
run sudo dnf update -b -y
run dnf group install "Development Tools" "C Development Tools and Libraries" -y
run sudo dnf install python3 python3-pip cairo cairo-devel python3-cairo python3-cairo-devel python3-gevent python3-lxml python3-virtualenv -y
run virtualenv venv
run source venv/bin/activate
run pip install wheel pycairo
run pip install FreeTAKServer[ui]
@brothercorvo brothercorvo added this to the 2.4 milestone Apr 7, 2024
@brothercorvo brothercorvo added the bug_minor Minor bug, Server still syncs with clients label Apr 7, 2024
@brothercorvo brothercorvo modified the milestones: 2.4, 2.2 Apr 21, 2024
@nir2602
Copy link
Contributor

nir2602 commented Apr 24, 2024

PYYAML is now version 6.0.1.

@nir2602 nir2602 closed this as completed Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug_minor Minor bug, Server still syncs with clients
Projects
None yet
Development

No branches or pull requests

4 participants