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

Could not install 'framework-esp8266-rtos-sdk' with version requirements '1.5.0-beta.4' for your system 'windows_amd64'. #1157

Closed
kakegu opened this issue Nov 1, 2017 · 6 comments
Milestone

Comments

@kakegu
Copy link

kakegu commented Nov 1, 2017

PIO Core Call Error: Platform C:\Users\ThingTrust.platformio\platforms\espressif8266

Updating espressif8266 @ 1.4.0 [Up-to-date]
Updating tool-esptool @ 1.409.0 [Up-to-date]
Updating framework-esp8266-rtos-sdk @ 1.5.0-beta.3 [1.5.0-beta.4]

Uninstalling framework-esp8266-rtos-sdk @ 1.5.0-beta.3: [OK]
PackageManager: Installing framework-esp8266-rtos-sdk @ 1.5.0-beta.4

Downloading
Downloading
Unpacking
Unpacking
Warning! Package Mirror: Package version 1.5.0-beta.3 doesn't satisfy requirements 1.5.0-beta.4
Looking for other mirror...

Error: Could not install 'framework-esp8266-rtos-sdk' with version requirements '1.5.0-beta.4' for your system 'windows_amd64'.
If you use Antivirus, it can block PlatformIO Package Manager. Try to disable it for a while.

@ivankravets
Copy link
Member

@yanbe could you fix a version in https://github.com/yanbe/framework-esp8266-rtos-sdk/raw/master/ESP8266_RTOS_SDK-1.5.0-beta.4.tar.gz and reupload binary?

Thanks!

@ivankravets ivankravets changed the title Home: Could not update platform Could not install 'framework-esp8266-rtos-sdk' with version requirements '1.5.0-beta.4' for your system 'windows_amd64'. Nov 3, 2017
@ivankravets ivankravets modified the milestones: 3.x.x, 3.5.0 Nov 3, 2017
@yanbe
Copy link

yanbe commented Nov 4, 2017

Sorry for inconvenience. The reason of updating framework-esp8266-rtos-sdk failure was because I've forgot updating version string in package.json as well as updating package binary at commit yanbe/framework-esp8266-rtos-sdk@4f59c83 .

I have just fixed here yanbe/framework-esp8266-rtos-sdk@77be889

and I confirmed that pio update , pio run -t upload and pio run -t monitor can run successfully.

Thanks.

@ivankravets
Copy link
Member

@yanbe thank you very much! 👍 🍺

@ivankravets
Copy link
Member

@yanbe Please fix this package https://github.com/yanbe/framework-esp8266-rtos-sdk/raw/master/ESP8266_RTOS_SDK-1.5.0-beta.4.tar.gz

it contains INVALID information. See

package.json

{
  "description" : "ESP8266 RTOS SDK",
  "name": "framework-esp8266-rtos-sdk",
  "system": "*",
  "url": "https://github.com/espressif/ESP8266_RTOS_SDK",
  "version": "1.5.0-beta.3"
}


It should be 1.5.0-beta.4

@yanbe
Copy link

yanbe commented Nov 7, 2017

Oh sorry.
I fixed package.json packaging problem and released binary as 1.5.0-beta.5.
yanbe/framework-esp8266-rtos-sdk@77be889...b334a87

(I thought version string should be re-numbered once contents in archive file is modified in semver version system,)

After that I confirmed pio run runs correctly with updating framework-esp8266-rtos-sdk package. Also I confirmed pio update shows correct version string.

$ pio update
(snip)
Platform Espressif 8266
--------
Updating espressif8266                   @ a9fa96d        [Up-to-date]
Updating framework-esp8266-rtos-sdk      @ 1.5.0-beta.5   [Up-to-date]

Thanks.

@ivankravets
Copy link
Member

@yanbe Thanks! ;)

ivankravets added a commit that referenced this issue Dec 28, 2017
… issue #1236, issue #1235, issue #953, issue #1118, issue #1107, issue #1196, issue #1179, issue #1161, issue #1126, issue #104, issue #1033, issue #1034, issue #1175, issue #1173, issue #1155, issue #1188, issue #1111, issue #1153, issue #1150, issue #1145, issue #1139, issue #1137, issue #1170, issue #1157, issue #1102, issue #1105, issue #1140, issue #1154, issue #1066, issue #1038, issue #1054, issue #1055, issue #1061, issue #1017)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants