Replies: 3 comments
-
We haven't used anything but the |
Beta Was this translation helpful? Give feedback.
-
Looks like the issue stemmed from the 'Formats' language being set to 'French' in my Ubuntu Settings (though the system language was already set to English). Windows users may run into the same issue so hopefully this is a general fix |
Beta Was this translation helpful? Give feedback.
-
Interesting Benjamin, thanks for sharing! |
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
I installed BSK inside a conda virtual environment using Python 3.9 (Ubuntu 18.04 LTS), but ended up getting failed pytests in a number of BSK modules afterwards.
Worse, some of the failed tests revealed a strange interference between matplotlib and std::stod (used in waypointReference) : if a test making a call to matplotlib was to run before test_waypointReference(), then the calls to std::stod() in waypointReference.cpp would invariably return 0 when test_waypointReference() eventually ran.
I was able to revert to my previous work environment (venv and Python 3.7).
Has anyone been able to install and validate BSK inside a conda virtual env, and/or with Python 3.9 ?
Thanks !
Beta Was this translation helpful? Give feedback.
All reactions