Neutree / COMTool

Cross platform communicate assistant(Serial/network/terminal tool)( 跨平台 串口调试助手 网络调试助手 终端工具 linux windows mac Raspberry Pi )支持插件和二次开发
https://neucrack.com/p/186
GNU Lesser General Public License v3.0
1.86k stars 339 forks source link

[Question] Is COMTool support nvidia xavier platform ? #34

Open KaoNeil opened 3 years ago

KaoNeil commented 3 years ago

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 ?

Neutree commented 3 years ago

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 commented 2 years ago

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