Closed pjukka closed 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.
Modified how python-dependencies are identified. Trying to use sysconfig as much as possible.
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.