hello:
i follow the document:https://www.ipi.wiki/pages/1200-docs?page=AIoTToolInstallation.html#AIoTToolInstallation.html
but encounter the failed as below:
zhangk@zhangk-virtual-machine:~$ aiot-config
fastboot: OK
udev rules: OK (md5: a3b2767b42ee01d7c62bf394400528ae)
Serial device write access: FAIL
You may experience some write permission error('open(/dev/ttyACM0): Permission denied')
Consider adding your user to the 'dialout' Linux group (sudo adduser `whoami` dialout)
I also try exec with root privilege,also failed:
zhangk@zhangk-virtual-machine:~$ sudo .local/bin/aiot-config
Traceback (most recent call last):
File "/home/zhangk/.local/bin/aiot-config", line 33, in <module>
sys.exit(load_entry_point('aiot-tools', 'console_scripts', 'aiot-config')())
File "/home/zhangk/.local/bin/aiot-config", line 22, in importlib_load_entry_point
for entry_point in distribution(dist_name).entry_points
File "/usr/lib/python3.10/importlib/metadata/__init__.py", line 969, in distribution
return Distribution.from_name(distribution_name)
File "/usr/lib/python3.10/importlib/metadata/__init__.py", line 548, in from_name
raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: No package metadata was found for aiot-tools
I make sure I follow the documentation exactly every step of the way,and the host is Ubuntu 22.04.3 LTS