You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have recently reinstalled BlueSky using python 3.10.11. This is a fresh install on a clean machine (Win 11).
With he exception of numpy (which I had to back date to v 1.25 for a different project, 1.25) I am not seeing any labels for aircraft, airports or waypoints.
I installed BlueSky using pip3 install bluesky-simulator[full] so all the packages, with the exception of the aforementioned numpy, are installed by BlueSky and I have listed.
Here is the output as well when launching bluesky in the command line using bluesky
Using Python-based geo functions
Reading config from C:\Users\Ellis\bluesky\settings.cfg
Reading magnetic variation data
Loading global navigation database...
Reading cache: C:\Users\Ellis\bluesky\cache\navdata.p
***** BlueSky Open ATM simulator *****
Distributed under GNU General Public License v3
Accepting event connections on port 11000, and stream connections on port 11001
Discovery is disabled
Loading palette bluesky-default
Using Python-based geo functions
Reading config from C:\Users\Ellis\bluesky\settings.cfg
Reading magnetic variation data
Found Qt-provided OpenGL functions for OpenGL (4, 1) Core
Loading global navigation database...
Reading cache: C:\Users\Ellis\bluesky\cache\navdata.p
Warning: RTree could not be loaded. areafilter get_intersecting and get_knearest won't workSuccessfully loaded OpenAP performance modelFailed to load BADA performance modelSuccessfully loaded legacy performance modelSuccessfully loaded plugin AREASuccessfully loaded plugin DATAFEEDpygame 2.6.0 (SDL 2.28.4, Python 3.10.11)Hello from the pygame community. https://www.pygame.org/contribute.htmlWarning: RTree could not be loaded. areafilter get_intersecting and get_knearest won't work
Using Qt 5.15.2 for windows and widgets
Reading cache: C:\Users\Ellis\bluesky\cache\aptsurface.p
Reading cache: C:\Users\Ellis\bluesky\cache\console_history.p
Reading cache: C:\Users\Ellis\bluesky\cache\coastlines.p
Maximum supported texture size: 16384
Loading texture C:\Users\Ellis\AppData\Local\Programs\Python\Python310\lib\site-packages\bluesky\resources\graphics\world.16384x8192.dds
Client b'\x006\xb59R' connected to host b'\x00"\xe63\x12'
Client: Skipping stream data from unknown node
Client: Skipping stream data from unknown node
The text was updated successfully, but these errors were encountered:
I have recently reinstalled BlueSky using python 3.10.11. This is a fresh install on a clean machine (Win 11).
With he exception of numpy (which I had to back date to v 1.25 for a different project, 1.25) I am not seeing any labels for aircraft, airports or waypoints.
I installed BlueSky using
pip3 install bluesky-simulator[full]
so all the packages, with the exception of the aforementioned numpy, are installed by BlueSky and I have listed.Here is the output as well when launching bluesky in the command line using
bluesky
The text was updated successfully, but these errors were encountered: