Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[macOS][PlatformIO]Could not find a version that satisfies the requirement '~9.2.0' for your system 'darwin_x86_64'" #16

Open
KenjutsuGH opened this issue Nov 7, 2019 · 2 comments

Comments

@KenjutsuGH
Copy link
Contributor

I try to create a new project using either the SDK or Arduino, and get the following error:

PlatformManager: Installing gd32v
Downloading...
Unpacking...
gd32v @ 1.1.0 has been successfully installed!
PackageManager: Installing toolchain-gd32v @ ~9.2.0
Error: Could not find a version that satisfies the requirement '~9.2.0' for your system 'darwin_x86_64'"

My setup:

  • macOS 10.13.6 (17G8037)
  • PlatformIO 4.1.0rc9
  • Atom 1.41.0
  • Platform GigaDevice GD32V : gd32v @ 1.1.0 framework-gd32vf103-sdk @ 1.0.0
@avivgr
Copy link

avivgr commented Jan 9, 2020

from the platform io package manifest http://dl.platformio.org/packages/manifest.json
looks like the 'toolchain-gd32v' toolchain supports windows and linux only.

However, from this commit:
sipeed/platform-gd32v@55ee76d#diff-478ad51182f8482ddadda85fda7a9c38

Maybe the 'toolchain-riscv' toolchain can be used instead? i don't know the difference.

@wlnirvana
Copy link

Possible duplicate of sipeed/platform-gd32v#6

Note in one of the comments below an unofficial version is provided.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants