question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

FreeTAKServer Install Error

See original GitHub issue

getting 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:closed
  • Created 2 years ago
  • Comments:14

github_iconTop GitHub Comments

2reactions
NullVibescommented, Nov 16, 2021

(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’

0reactions
guitarpicvacommented, Nov 16, 2021

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found