ARMmbed / mbed-os-example-filesystem

The Mbed OS file system example
https://mbed.com
Apache License 2.0
16 stars 33 forks source link

Updating mbed-os to mbed-os-5.10.4 #75

Closed cmonr closed 5 years ago

cmonr commented 5 years ago

Please test this PR

If successful then merge, otherwise provide a known issue. Once you get notification of the release being made public then tag Master with mbed-os-5.10.4 .

JanneKiiskila commented 5 years ago

Is the CI system broken somehow?

  Using cached https://files.pythonhosted.org/packages/67/4b/141a581104b1f6397bfa78ac9d43d8ad29a7ca43ea90a2d863fe3056e86a/six-1.11.0-py2.py3-none-any.whl
Collecting mbed-cloud-sdk==2.0.1 (from -r mbed-os/requirements.txt (line 20))
  Could not find a version that satisfies the requirement mbed-cloud-sdk==2.0.1 (from -r mbed-os/requirements.txt (line 20)) (from versions: )
No matching distribution found for mbed-cloud-sdk==2.0.1 (from -r mbed-os/requirements.txt (line 20))
You are using pip version 9.0.1, however version 18.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
The command "pip install --user -r mbed-os/requirements.txt" failed and exited with 1 during .
cmonr commented 5 years ago

@JanneKiiskila Looking into it. Not quite sure how/why pip is unable to resolve the installation.

cmonr commented 5 years ago

@JanneKiiskila Fix: https://github.com/ARMmbed/mbed-os-example-filesystem/pull/83