Termux下使用pkg安装python库后在python无法使用

使用Termux时,
在pkg安装numpy、matplotlib后,在pip、python中正常使用。
但在例如pkg成功安装torch(pkg install python-torch)后,pip中没有torch、python无法使用torch。pkg show检查安装情况如下:
$ pkg show python-torch Package: python-torch Version: 1.12.1 Maintainer: @termux Installed-Size: 194 MB Depends: python, python-numpy, libopenblas, libprotobuf, libzmq, ffmpeg, opencv Homepage: https://pytorch.org/ Download-Size: 25.4 MB APT-Manual-Installed: yes APT-Sources: https://packages.termux.dev/apt/termux-main stable/main aarch64 Packages Description: Tensors and Dynamic neural networks in Python
同样,python-opencv也有此问题。