termux / termux-app

Termux - a terminal emulator application for Android OS extendible by variety of packages.
https://f-droid.org/en/packages/com.termux
Other
31.27k stars 3.32k forks source link

ERROR while pip install qianfan #3867

Closed MonkiFantasy closed 2 months ago

MonkiFantasy commented 2 months ago

Problem description

here are the logs errorlog.txt

Steps to reproduce the behavior.

pip install qianfan

What is the expected behavior?

install successully

System information

twaik commented 2 months ago

I think you should install numpy first. pkg install python-numpy

MonkiFantasy commented 2 months ago

I think you should install numpy first. pkg install python-numpy

I had installed it before pip install qianfan ~ $ pkg i python-numpy Checking availability of current mirror: [*] https://mirror.fcix.net/termux/termux-main: ok Hit:1 https://mirror.fcix.net/termux/termux-main stable InRelease Hit:2 https://turdl.kcubeterm.com tur-packages InRelease Reading package lists... Done Building dependency tree... Done Reading state information... Done 54 packages can be upgraded. Run 'apt list --upgradable' to see them. Reading package lists... Done Building dependency tree... Done Reading state information... Done python-numpy is already the newest version (1.26.4). 0 upgraded, 0 newly installed, 0 to remove and 54 not upgraded.

MonkiFantasy commented 2 months ago

https://github.com/baidubce/bce-qianfan-sdk/issues/308#issuecomment-1975646206