You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[mbed] Couldn't find build tools in your program. Downloading the mbed SDK tools...
[mbed ERROR] Could not execute "hg".
[mbed ERROR] Please verify that it's installed and accessible from your current path by executing "hg".
---
Traceback (most recent call last):
File "/usr/local/bin/mbed", line 9, in <module>
load_entry_point('mbed-cli==0.3.1', 'console_scripts', 'mbed')()
File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 542, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2569, in load_entry_point
return ep.load()
File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2229, in load
return self.resolve()
File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2235, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "build/bdist.linux-x86_64/egg/mbed/mbed.py", line 1811, in <module>
File "build/bdist.linux-x86_64/egg/mbed/mbed.py", line 1246, in thunk
File "build/bdist.linux-x86_64/egg/mbed/mbed.py", line 1301, in new
File "build/bdist.linux-x86_64/egg/mbed/mbed.py", line 1137, in post_action
File "build/bdist.linux-x86_64/egg/mbed/mbed.py", line 1180, in get_tools
Exception: (128, 'An error occurred while cloning the mbed SDK tools from "https://mbed.org/users/mbed_official/code/mbed-sdk-tools"')
This is also potentially an unhandled exception bug.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ This document covers the installation and usage of *mbed CLI*.
37
37
38
38
**mbed-cli* is a Python script, so you'll need Python installed in order to use it. *mbed-cli* was tested with [version 2.7 of Python](https://www.python.org/download/releases/2.7/).
39
39
40
-
**mbed-cli* supports both Git and Mercurial repositories, so you'll also need to install one or both:
40
+
**mbed-cli* supports both Git and Mercurial repositories, you'll need to install both:
0 commit comments