FreeTAKServer Install Error
See original GitHub issuegetting the following error when trying to install on a clean instance of Debian 11 following setup instructions:
prospectfire@prospectfiretak:~$ sudo python3 -m FreeTAKServer.controllers.services.FTS
Traceback (most recent call last):
File "/usr/lib/python3.9/runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.9/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/usr/local/lib/python3.9/dist-packages/FreeTAKServer/controllers/services/FTS.py", line 6, in <module>
from FreeTAKServer.controllers.services.TCPDataPackageService import TCPDataPackageService as TCPFlaskFunctions
File "/usr/local/lib/python3.9/dist-packages/FreeTAKServer/controllers/services/TCPDataPackageService.py", line 1, in <module>
from .DataPackageServer import FlaskFunctions, Path, dp_directory, os, app, eventlet, const
File "/usr/local/lib/python3.9/dist-packages/FreeTAKServer/controllers/services/DataPackageServer.py", line 50, in <module>
os.mkdir(MainConfig.ExCheckMainPath)
FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/lib/python3.8/dist-packages/FreeTAKServer/ExCheck'
Any idea what is needed to resolve this?
Issue Analytics
- State:
- Created 2 years ago
- Comments:14
Top Results From Across the Web
Troubleshooting - FreeTAKServer Documentation
Troubleshooting. My Windows Installation is failing. While FTS will work with thiis OS, we do not support it. My Ubuntu 22.04 Installation is...
Read more >1. FreeTAK Server Installation - Linux
This guide will walk you through installing FreeTAKServer 1.9 on a Linux host. ... required only if: - you have an existing installation...
Read more >FreeTAKServer Install On Windows Computer
FreeTAKServer Install On Windows Computer. Below is the installation commands and comments for the installation of FreeTAKServer on a windows computer.
Read more >Android - FreeTAKServer Documentation
FTS Installation with Android ... download the APK installation package from github to your phone ... Failure to do so will stop the...
Read more >FreeTAKServer Documentation
The easiest way to install FTS is to use our signature ZeroTouch Installer. ... If you have any issues, don't hesitate to bring...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
(Solved) Path: /usr/local/lib/python3.9/dist-packages/FreeTAKServer/controllers/configuration/ File: Edit MainConfig.py, Line 18, to reflect your version of Python.
python_version = ‘python 3.9’
the yaml doesn’t exist unless you create it AFAIK
both of the two main config files have Python environment variables to adjust, see above, Aug. 24 post.