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
The example does not work on ubuntu 20.04. I've successfully generated the cpp models, but I cannto compile the code using mbed deply:
(venv) robin@robin:~/git/utensor-helloworld$ mbed deploy
[mbed] Working path "/home/robin/git/utensor-helloworld" (program)
[mbed] Adding library "uTensor" from "https://github.com/uTensor/uTensor" at rev #2cb1b708a332
[mbed] ERROR: Could not execute "hg clone --config progress.assume-tty=true https://github.com/uTensor/uTensor /home/robin/git/utensor-helloworld/uTensor" in "/home/robin/git/utensor-helloworld".
You can verify that it's installed and accessible from your current path by executing "hg".
---
(venv) robin@robin:~/git/utensor-helloworld$ ls -l models/my_model
total 20
-rw-rw-r-- 1 robin robin 13714 Feb 11 13:34 my_model.cpp
-rw-rw-r-- 1 robin robin 1113 Feb 11 13:34 my_model.hpp
Any suggestions?
The text was updated successfully, but these errors were encountered:
The example does not work on ubuntu 20.04. I've successfully generated the cpp models, but I cannto compile the code using
mbed deply
:mbed version:
Models have been generated:
Any suggestions?
The text was updated successfully, but these errors were encountered: