NOAA-OWP / ngen

Next Generation Water Modeling Engine and Framework Prototype
Other
84 stars 63 forks source link

Print python interpreter path (if applicable) during startup when quiet mode is enabled #852

Closed aaraney closed 4 months ago

aaraney commented 4 months ago

Its not uncommon that users report issues related to ngen's integration with python. Most frequently the issues are with seemingly ngen failing to locate the routing module. It would be valuable for ngen to print out the python interpreter pybind11 picked up during startup. This would be helpful when receiving user output to assist in the debugging process.

aaraney commented 4 months ago

Looks like this information is printed if no arguments are provided to ngen or ngen --info is provided. False alarm / thanks @PhilMiller :)!