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 recently install python version onto two machines, pip list reported version 1.3 installed and running, however my code referred to a state vector 'heading' which was flagging an non exist error on one machine but not the other!
I used the suggested install code below on both machines using a virtual environment with python 3.11
pip install https://github.com/openskynetwork/opensky-api/archive/master.zip#subdirectory=python
according to the api documents (version 1.4) 'true_track' appears to have replaced 'heading'
could you clarify the above and confirm how I can download version 1.4?
The text was updated successfully, but these errors were encountered:
I recently install python version onto two machines, pip list reported version 1.3 installed and running, however my code referred to a state vector 'heading' which was flagging an non exist error on one machine but not the other!
I used the suggested install code below on both machines using a virtual environment with python 3.11
pip install https://github.com/openskynetwork/opensky-api/archive/master.zip#subdirectory=python
according to the api documents (version 1.4) 'true_track' appears to have replaced 'heading'
could you clarify the above and confirm how I can download version 1.4?
The text was updated successfully, but these errors were encountered: