Failed to initialize RPI project on win10 install

Hi,
Trying to initialize a new project with RPI (zero or rev 2 / B) on my windows 10 machine. Worked fine on OSX. Error message: Error: Could not find a version that satisfies the requirement ‘~1.40802.0’ for your system 'windows_amd64’
Any ideas?

Thanks,
jshep

Need to add to our registry toolchain-gccarmlinuxgnueabi for Windows. Could you help us with it?

Sure. How do you want me to help?

Need to find existing GCC ARM GNU EABI toolchain for windows or build it with http://crosstool-ng.org. Then we will place it to our storage.

Hi,
I’m new here, but can this link help?

http://gnutoolchains.com/raspberry/

It works perfectly in the (rather simple) Arduino IDE and it has arm-linux-gnueabihf.

Temporary solution is to start PIO Remote Agent on RPi and use any host machine.

Im having exactly the same problem on Linux trying to initialize RPi1 project:

Error: Could not find a version that satisfies the requirement '~1.40802.0' for your system 'linux_x86_64'

This is in IDE. What I’m getting in CLI is much more descriptive:

$ pio init -d rpi1_test -b raspberrypi_1b --ide atom
The next files/directories have been created in /home/jazg/work/rpi1_test
platformio.ini - Project Configuration File
src - Put your source files here
lib - Put here project specific (private) libraries
Error: [Fri Feb 10 16:53:04 2017] Processing raspberrypi_1b (platform: linux_arm, board: raspberrypi_1b, framework: wiringpi)
------------------------------------------------------------------------------------------------------------------------

Error: PlatformIO temporary does not support cross-compilation for WiringPi framework. Please run PlatformIO directly on Raspberry Pi