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

UnknownPackageError triggered on Ubuntu 16 i686

Open advancedwebdeveloper opened this issue 5 years ago • 1 comments

Hi. Would you be up to start supporting i686?

I have this https://github.com/platformio/platformio-core/blob/6e5198f3739f536935916f700bd09a9f96ad0278/platformio/package/exception.py#L55 error fired, on Ubuntu 16 :+1:

$ python3 -m platformio run Processing sipeed-longan-nano (framework: gd32vf103-sdk; platform: https://github.com/sipeed/platform-gd32v.git)

Tool Manager: Installing platformio/toolchain-gd32v @ ~9.2.0 Error: Could not find the package with 'platformio/toolchain-gd32v @ ~9.2.0' requirements for your system 'linux_i686'

I have

$ python3 --version Python 3.5.2 here (I could upgrade to a modern version, if required).

$ uname -a Linux bibip 4.15.0-122-generic #124~16.04.1-Ubuntu SMP Thu Oct 15 16:14:02 UTC 2020 i686 i686 i686 GNU/Linux

advancedwebdeveloper avatar Nov 12 '20 02:11 advancedwebdeveloper

If you wouldn't provide an "official" releas, for targeting i686 - you could provide a patch, to configure for a local version. That could be hosted on Github, downloaded manually and configured by end-users on demand.

advancedwebdeveloper avatar Nov 12 '20 02:11 advancedwebdeveloper