snstac / adsbcot

Display Aircraft in TAK - ADS-B to TAK Gateway
https://adsbcot.rtfd.io
Apache License 2.0
86 stars 22 forks source link

Latest install instructions do not properly install pytak #45

Open XPav opened 2 months ago

XPav commented 2 months ago

Following the install instruction on Ubuntu via the .deb file route does not result in a working install.

Everything seems to install, but adsbcot complains about the pytak module not being available. I can see the pytak folder in the right spot, but python3 can't pick it up.

Doing a pytak install via pip, followed by installing adsbcot from source did work.