jetson nano ubuntu18.04 配置pytorch环境 安装中文输入法

中文输入法候选框一直不显示弄了有两小时。。
以下为安装过程:
sudo apt-get install fcitx-googlepinyin

fcitx-configtool
sudo apt install fcitx fcitx-tools fcitx-config* fcitx-frontend* fcitx-module* fcitx-ui-* presage
sudo apt remove fcitx-module-kimpanel
fcitx-diagnose
nano@nano-desktop:~$ pidof fcitx
5905
nano@nano-desktop:~$ kill 5905
nano@nano-desktop:~$ fcitx
尝试重启电脑无效。
其中查到说卸载fcitx-module-kimpanel,无效
只有这个有效:

killall fcitx-qimpanel

sudo apt-get remove fcitx-ui-qimpanel
输入切换也设置好了。
买来的板子发的镜像有torch.whl所以只需要pip安装即可。
另外对与jupyter可以直接输入命令启动,无需再安装。
还有一个很重要的一点是,很多软件在jetson上面的没法安装(arm64的原因)所以尽量不在它上面安装东西比较好。
摄像头的启动还是比较简单,usb插上后直接cv2读取就好。

猜你喜欢

转载自blog.csdn.net/qq_41358574/article/details/115248782