*****************************************************************
* Looking for Arduino.h dependency? Check our library registry!
*
* CLI > platformio lib search "header:Arduino.h"
* Web >
https://platformio.org/lib/search?query=header:Arduino.h*
*****************************************************************
#include <Arduino.h> // NOTE: If included earlier then this line is a NOOP
^~~~~~~~~~~
compilation terminated.
Compiling .pio\build\lpc1768\src\src\HAL\HAL_ESP32\web.o
Compiling .pio\build\lpc1768\src\src\HAL\HAL_ESP32\wifi.o
Compiling .pio\build\lpc1768\src\src\HAL\HAL_LINUX\HAL.o
Compiling .pio\build\lpc1768\src\src\HAL\HAL_LINUX\arduino.o
Compiling .pio\build\lpc1768\src\src\HAL\HAL_LINUX\hardware\Clock.o
c:\users\kai-s\appdata\roaming\sublim~1\packages\user\deviot\penv\lib\site-packages\pkg_resources\py2_warn.py:19: UserWarning: ************************************************************
You are running Setuptools on Python 2, which is no longer
supported and
>>> SETUPTOOLS WILL STOP WORKING <<<
in a subsequent release. Please ensure you are installing
Setuptools using pip 9.x or later or pin to
setuptools<45
in your environment.
If you have done those things and are still encountering
this message, please comment in
https://github.com/pypa/setuptools/issues/1458about the steps that led to this unsupported combination.
************************************************************
sys.version_info < (3,) and warnings.warn("*" * 60 + msg + "*" * 60)
*** [.pio\build\lpc1768\src\src\HAL\HAL_DUE\fastio\G2_PWM.o] Error 1
Compiling .pio\build\lpc1768\src\src\HAL\HAL_LINUX\hardware\Gpio.o
========================= [FAILED] Took 13.63 seconds =========================