requirement bluesky-simdata #583
Closed
OrxataEnFartons
started this conversation in
General
Replies: 3 comments 2 replies
-
|
The solution is to update the bluesky-simulator package to the latest version, but it looks like you already found that out! |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hi Joost,
Thanks for answering.
First, I am surprised because I just went to the forum and now I see a
previous thread about the same problem. Yesterday I did a search with the
term simdata and found nothing. o_O
I had downloaded the latest version of Bluesky. I did so many things last
night trying to fix it, surfing a fractal of errors and dependencies, that
I lost track of what I finally did and what exactly worked. From updating
the linux kernel to updating Python, a ton of packages, then problems
because the installation used Python2 instead of Python3, finally using a
virtual environment to force it using python3...
My intention is to have it running in a server and a client sending
simulation requests. I did in the past a plugin to translate the position
reports from Bluesky to the JSON format required by an U-space interface.
And the opposite, the flight plans in GeoJSON into the scn format. I only
want it to simulate drones, no crewed aviation, just VLL.
Right now that below is my output. Not sure if it is working well or not,
now I have to find out how the client part works to test it. It says "
BlueSky normal end. " but keeps like running, no back to prompt.
So I am back to read the wiki. I am afraid that you will hear from me soon.
Kind regards,
Miguel Ángel
***@***.*** bluesky-master]# python BlueSky.py
Reading config from
/var/lib/docker/volumes/uspace-data/_data/bluesky-master/settings.cfg
Could not load compiled geo functions, Using Python-based geo functions
instead
Reading magnetic variation data
Warning: RTree could not be loaded. areafilter get_intersecting and
get_knearest won't work
Loading global navigation database...
Reading cache:
/var/lib/docker/volumes/uspace-data/_data/bluesky-master/cache/navdata.p
***** BlueSky Open ATM simulator *****
Distributed under GNU General Public License v3
Starting server with id b'S\xc7\x99)\x80'
Discovery is disabled
Bluesky needs PyQt6
Run setup-python.bat (Windows) or check requirements.txt (other systems)
Install using e.g. pip install PyQt6
BlueSky normal end.
Reading config from
/var/lib/docker/volumes/uspace-data/_data/bluesky-master/settings.cfg
Could not load compiled geo functions, Using Python-based geo functions
instead
Reading magnetic variation data
Warning: RTree could not be loaded. areafilter get_intersecting and
get_knearest won't work
Loading global navigation database...
Reading cache:
/var/lib/docker/volumes/uspace-data/_data/bluesky-master/cache/navdata.p
Failed to load OpenAP performance model
Failed to load BADA performance model
Successfully loaded legacy performance model
Successfully loaded plugin AREA
Successfully loaded plugin DATAFEED
El mié, 16 jul 2025 a las 10:27, Joost Ellerbroek ***@***.***>)
escribió:
… The solution is to update the bluesky-simulator package to the latest
version, but it looks like you already found that out!
—
Reply to this email directly, view it on GitHub
<#583 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB6QZZ34YNGSME5365HH5I33IYEI5AVCNFSM6AAAAACBSVADDWVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGNZXGQZTGOI>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***
.com>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
|
pip package install with the [console] option. In the source install
section it says:
To install BlueSky's dependencies, run the following from the BlueSky root
folder:
pip install -r requirements-gui.txt
but when you open the zip there's no requirement-gui.txt on it. Should
be there?
By the way, I am not interested in any graphical interface. I want to
send the commands to bluesky programmatically. Is a Java server that
will launch Bluesky and send the commands to it.
El mié, 16 jul 2025 a las 14:52, Joost Ellerbroek ***@***.***>)
escribió:
… In your terminal output I see that you are missing PyQt6. What is also
worrying is that it says 'Failed to load OpenAP performance model'. This
actually is a model that should always load successfully. Are you running
BlueSky as a pip package, downloaded from the github master, or are you
running a fork (that is behind on the master version)?
—
Reply to this email directly, view it on GitHub
<#583 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB6QZZ4C7EYSDCSFNKTM5C33IZDKJAVCNFSM6AAAAACBSVADDWVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGNZXGY4TMNQ>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***
.com>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I am trying to to install the [console] version in Linux but I get:
ERROR: Could not find a version that satisfies the requirement bluesky-simdata (from bluesky-simulator[console]) (from versions: none)
ERROR: No matching distribution found for bluesky-simdata (from bluesky-simulator[console])
Any idea about how to fix this?
Beta Was this translation helpful? Give feedback.
All reactions