Gary
>>Notice I said "git head"? Not 3.25. 3.25 is over a year old, and
>>The MON-HW patches are from this weekend.
I am getting a error on the python version where I execute "scons && scons check"
WARNING: Python3.11 too old (need 3.6): gps/aiogps.py will not be installed
Checking Python module serial (pyserial)... found
Checking Python module cairo (pycairo)... found
Checking Python module gi (pygobject)... found
Checking pkg-config for gtk+-3.0... yes
Altered configuration variables:
bluez = False (default True): BlueZ support for Bluetooth devices
qt = False (default True): build Qt bindings
TypeError: can only concatenate str (not "list") to str:
File "/home/tgiglia/projects/gpsd/SConstruct", line 1886:
src.split(".")[0] + '-py_' +
WARNING: Python3.11 too old (need 3.6): gps/aiogps.py will not be installed
Checking Python module serial (pyserial)... found
Checking Python module cairo (pycairo)... found
Checking Python module gi (pygobject)... found
Checking pkg-config for gtk+-3.0... yes
Altered configuration variables:
bluez = False (default True): BlueZ support for Bluetooth devices
qt = False (default True): build Qt bindings
TypeError: can only concatenate str (not "list") to str:
File "/home/tgiglia/projects/gpsd/SConstruct", line 1886:
src.split(".")[0] + '-py_' +
WARNING: Python3.11 too old (need 3.6): gps/aiogps.py will not be installed
I got python 3.11 but its telling me its too old and I need 3.6 - is there a bug in the scons check?
When I try to build executing "scons" It doesn't look like anything gets built and I get a similar message
WARNING: Python3.11 too old (need 3.6): gps/aiogps.py will not be installed
Checking Python module serial (pyserial)... found
Checking Python module cairo (pycairo)... found
Checking Python module gi (pygobject)... found
Checking pkg-config for gtk+-3.0... yes
Altered configuration variables:
bluez = False (default True): BlueZ support for Bluetooth devices
qt = False (default True): build Qt bindings
TypeError: can only concatenate str (not "list") to str:
File "/home/tgiglia/projects/gpsd/SConstruct", line 1886:
src.split(".")[0] + '-py_' +
WARNING: Python3.11 too old (need 3.6): gps/aiogps.py will not be installed
Can I work around this to build and install?