'Setup Coral Dev Mini- mdt devices - AttributeError: module 'asyncio' has no attribute 'get_running_loop'

I have all the requirements for setting up the coral dev mini as suggested on the site: https://coral.ai/docs/dev-board-mini/get-started/#about-the-usb-ports

I run the python3 -m pip install --user mendel-development-tool

And it shows the mdt Path warning: You might see a warning that mdt was installed somewhere that's not in your PATH environment variable. If so, be sure you add the given location to your PATH, as appropriate for your operating system. If you're on Linux, you can add it like this:

echo 'export PATH="$PATH:$HOME/.local/bin"' >> ~/.bash_profile

source ~/.bash_profile

I have tried this and also try adding different paths, but I am coming up short. What is the path I am point towards?

Thanks



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source