baltrad / rave

Radar product generation framework and toolbox. Injector using ODIM_H5 files.
Other
3 stars 3 forks source link

Python version parsing fails #22

Closed pjukka closed 1 year ago

pjukka commented 1 year ago

Python version parsing fails in https://github.com/baltrad/rave/blob/master/configure#L2172 when minor version value is greater than 9. For example with Python 3.10.6, the result is 3.1.

andershenja commented 1 year ago

Modified how python-dependencies are identified. Trying to use sysconfig as much as possible.