platform-raspberrypi icon indicating copy to clipboard operation
platform-raspberrypi copied to clipboard

PIO unable to find package earlephilhower @ 5.100300.221223 on Ubuntu 20.04

Open DingoOz opened this issue 2 years ago • 1 comments

Thanks for the all the hard work on keeping PlatformIO up to date with my favourite pico w core.

Attempting to set up Platform IO with VS Code on Ubuntu 20.04, I am unable to solve this error:

Error: Could not find the package with 'earlephilhower/toolchain-rp2040-earlephilhower @ 5.100300.221223' requirements for your system 'linux_x86_64'

My platform.ini is:

[env:pico]
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
board = pico
framework = arduino
board_build.core = earlephilhower

I am not sure if this is an issue from the recent updates to the earlephilhower core due to SDK 1.5.0 release or if the error is with my PlatformIO configuration.

DingoOz avatar Feb 18 '23 20:02 DingoOz

You should open an issue on https://github.com/maxgerhardt/platform-raspberrypi as those changes are not merged into this repository yet.

Dantali0n avatar Mar 13 '23 11:03 Dantali0n