Code error

Venturing again into sensESP and am getting an error in VS Code "Could not find the package with 'SignalK/SensESP 3.0.0' requirements for your system 'linux_x86_64'" It has been select in the Platform IO project configuration. Computer is a MacBook pro running Ubuntu 24.04 Kernal version 6.8.0-51-generic(64-bit) I'm new to Linux but am learning to love it Curious as to the cause of this error.... Gracias
2 Replies
Teppo Kurki
Teppo Kurki4d ago
try on #sensesp
onlytiebowline
@Caribsailor I had the same problem. I was using the sample ini file https://github.com/SignalK/SensESP/blob/main/examples/platformio.ini It looks like Sensesp v3.1 is on the way but not released yet. To get around this, I commented out that library and am using github instead
lib_deps =
; Peg the SensESP version to 3.1.0 and compatible versions
; SignalK/SensESP @ ^3.1.0
; To use the development version, use this line instead:
https://github.com/SignalK/SensESP.git#main
lib_deps =
; Peg the SensESP version to 3.1.0 and compatible versions
; SignalK/SensESP @ ^3.1.0
; To use the development version, use this line instead:
https://github.com/SignalK/SensESP.git#main

Did you find this page helpful?