Cale-Torino / FreeTAKServer_Manager

A Windows FreeTakServer Installer/Uninstaller GUI written in C# for the Windows OS.
MIT License
21 stars 2 forks source link

Server Start #8

Closed jonathan-jablonski closed 1 month ago

jonathan-jablonski commented 2 months ago

I'm attempting to stand up a TAK server for testing purposes, and am incredibly thankful to have found the FTS manager.

I'm currently running into import error (Python v. 3.10.9 on Windows 11). I noticed a difference in the file paths that are calling the Python libraries, but can't seem to figure out how to change that. I've removed env variables to ensure that only C:\Python\Python310\Scripts is the only python env variable present, but no luck.

Here's a screenshot of the error in the terminal. Any help would be much appreciated!

image

Cale-Torino commented 2 months ago

Hi there,

The error looks like it can't import a module.

This app is currently working for the older FTS v1 releases. Unfortunately I have been busy with other work related stuff so not much time to see if the V2 FTS will work in this way on GitHub.

That being said the Python installers I've tested on this version can be found in the Python_Installer folder

You can also try set the path to \site-packages manually and check that no Python dependencies are missing. The dependencies should auto install but sometimes there can be a conflict or similar issue mentioned in the terminal when installing. Also running as admin is advised.

You can check out the dependency list here

Cale-Torino commented 1 month ago

More than a week with no activity