xoseperez / espurna

Home automation firmware for ESP8266-based devices
http://tinkerman.cat
GNU General Public License v3.0
2.99k stars 637 forks source link

Error: Detected unknown package 'tool-scons' #674

Closed Portisch closed 6 years ago

Portisch commented 6 years ago

root@ubuntu:/opt/espurna/code# ./build.sh

ESPURNA FIRMWARE BUILDER Building for version 1.12.5a

Building web interface... [15:50:34] Using gulpfile /opt/espurna/code/gulpfile.js [15:50:34] Starting 'buildfs_inline'... [15:50:36] Finished 'buildfs_inline' after 2.54 s [15:50:36] Starting 'buildfs_embeded'... [15:50:36] Finished 'buildfs_embeded' after 123 ms [15:50:36] Starting 'default'... [15:50:36] Finished 'default' after 3.47 μs

Building firmware images...

  • espurna-1.12.5a-aithinker-ai-light.bin CorePackageManager: Installing tool-scons @ ~2.20501.4 Error: Detected unknown package 'tool-scons'

I tried on windows and ubuntu. How to fix this?

xoseperez commented 6 years ago

Have you tried building a single environment using PlatformIO first?

The build script takes care of building the PlatformIO environments during the testing process in Travis and also the deployment images, but it does not install the build environment.

xoseperez commented 6 years ago

@Portisch have you managed to build the project?

Portisch commented 6 years ago

I didn't invest a lot of time in this right now. I got it compiled on Ubuntu but not on windows.