Closed
Description
Description
Today I deployed mbed on a system with no previous MBED or python use.
Running mbed deploy
gave the following error:
[mbed] WARNING: You can install all missing modules by running "pip install -r requirements.txt" in "(...)/code/mbed-os"
However, running pip install -r requirements.txt
fails and gives
ERROR: Could not find a version that satisfies the requirement trollius==1.0.4 (from pyshark-legacy->icetea<1.3,>=1.2.1->-r mbed-os/requirements.txt (line 21)) (from versions: 2.1.post2, 2.2, 2.2.post1)
ERROR: No matching distribution found for trollius==1.0.4 (from pyshark-legacy->icetea<1.3,>=1.2.1->-r mbed-os/requirements.txt (line 21))
I resolved this by just removing icetea
from requirements.txt
and just ran pip install icetea
I'm currently running on branch mbed-os-5.13
with SHA 5941d17183 (HEAD, tag: mbed-os-5.13.1, tag: latest) Merge pull request #11023 from ARMmbed/release-candidate
My gitlab CI-build always ran a succesful new build with mbed deploy
but is now broken as well. So I experience the problem on Windows and on Linux.
Issue request type
[ ] Question
[ ] Enhancement
[X] Bug