Skip to content

Commit fa74cdf

Browse files
committed
Require user to install Mercurial
|[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.
1 parent 9e2f193 commit fa74cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This document covers the installation and usage of *mbed CLI*.
3737

3838
* *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/).
3939

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:
4141
* [Mercurial](https://www.mercurial-scm.org/).
4242
* [Git](https://git-scm.com/).
4343

0 commit comments

Comments
 (0)