COMTool icon indicating copy to clipboard operation
COMTool copied to clipboard

[Question] Is COMTool support nvidia xavier platform ?

Open KaoNeil opened this issue 4 years ago • 2 comments

Platform : nvidia xavier OS : Ubntu

We try to follow the install goodness to install COMTool in ubuntu,

sudo apt install python3 sudo apt install python3-pip sudo pip3 install comtool sudo comtool

but it fail to install pyqt5, is there any install guidness for nvidia xavier platform ?

KaoNeil avatar Feb 23 '21 03:02 KaoNeil

I don't have nvidia xavier, not tested, but you can comment error infomation here, maybe i can help you. And you can also directly clone this repo, run locally or build locally

Neutree avatar Feb 26 '21 02:02 Neutree

maybe the pyqt5 should be installed by package manage instead of pip like raspberry pi did

sudo apt-get install python-qt5

or

sudo apt-get install python3-pyqt5

see here: https://forums.developer.nvidia.com/t/how-to-install-pyqt5-in-jetson-xavier/79554/3

Neutree avatar Dec 21 '21 06:12 Neutree