Hi,
I have downloaded and flashed JetPack 4.6 on my Tx2-4GB from the SDK Manager and I am having some issues with dpgk/apt. After doing first time set up I attempted to use apt-get to install a package (vsftpd) and this was consistently failing with errors related to the dependency blueman.
Most simply the issue can be reproduced by flashing 4.6, doing first time setup and then running ‘sudo dpkg --configure -a’ from the console.
jetson@jetson:~$ sudo dpkg --configure -a
[sudo] password for jetson:
Setting up blueman (2.0.5-1ubuntu1.1) …
Traceback (most recent call last):
File “/usr/bin/py3compile”, line 34, in
from debpython.version import SUPPORTED, debsorted, vrepr,
ModuleNotFoundError: No module named ‘debpython’
dpkg: error processing package blueman (–configure):
installed blueman package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
blueman
jetson@jetson:~$
With this issue I am not able to use apt-get install to install any additional packages. Is there any way I can solve this?
Thanks,
Connor