-
Notifications
You must be signed in to change notification settings - Fork 3k
Mercurial / GIT / Python3 #10504
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Internal Jira reference: https://jira.arm.com/browse/MBOCUSTRIA-1174 |
This is rather a question to mbed-cli repo, but we can keep it here to have an answer. Not all stuff is git based - repositories on our portal are mercurial based. When you used deploy - what repositories did it fetch ? |
Hello @0xc0170 here is the output:
Just a bit confused why use |
I've just checked and found the same issue being tracked here ARMmbed/mbed-cli#785 I'll close this as duplicate, please follow mbed-cli issue |
Uh oh!
There was an error while loading. Please reload this page.
Hello world, I have just cloned my project to a new macOS 10.14.4 machine, I am using MacPorts for Open-Source, and Python 3.7 VirtualEnv. Trying to work with mbedOS 5.12.2:
mbed deploy
seems to depend onhg
command.hg
command seems to beMercurial
binary.Mercurial
does not seem to work withPython 3
yet.mbed deploy
.The question is why do I need Mercurial if all stuff is Git(Hub) based?
I had to install external Mercurial port in order to perform
mbed deploy
. It would be nice ifmbed
checked for all necessary dependencies (i.e. Mercurial).Just an idea, but Mercurial could be part of
pip install -U -r mbed-os/requirements.txt
when Python3 compatibility is in production (Beta/RC already) so it could be also contained into a Python VirtualEnv directly..? :-)The text was updated successfully, but these errors were encountered: