platformio / platform-sifive

SiFive: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/sifive
Apache License 2.0
11 stars 13 forks source link

problem installing tool-openocd-riscv #2

Closed YonPog closed 4 years ago

YonPog commented 5 years ago

Working on VSCode on the freedom-e300-hifive1 board. I tried to upload my project to the board, and got an error when installing the tool-openocd-riscv that said: "Error: Could not find a version that satisfies the requirement '~2.1000.20181218' for your system 'windows_x86'" However, I am working on windows x64 OS. Then I tried to copy the folder from https://bintray.com/platformio/dl-packages/tool-openocd-riscv#files into C:\Users\User.platformio\packages manually, still got the same error.

ivankravets commented 5 years ago

Could you uninstall exiting Python and install x64 version? I see that it detects your system as x86. It's strange. Thanks!

ivankravets commented 4 years ago

Please reopen if you still need help