Cannot install ta-lib on Termux. Need help. #20429
-
Hi, I followed Instructions how to install NUMPY and PANDAS on Termux to successfully get numpy and pandas installed. However, no luck yet with ta-lib. I already installed ta-lib dependency through I set:
Running Running
It is strange that I also looked at similar issue in [python] import numpy as np : r/termux but that's due to missing library imports and Any idea about this issue and suggestion on more things to try? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The latest version of Numpy can be installed using Also thank you for confirming that The issue might be related to our |
Beta Was this translation helpful? Give feedback.
The latest version of Numpy can be installed using
python-numpy
.If you need a different version of Numpy, follow the instructions laid out in
Also thank you for confirming that
ta-lib
is still being actually used.We were considering disabling it due to being a standalone library with no apparent dependent packages.
(The
ta-lib
package predated this policy)The issue might be related to our
ta-lib
package currently being out of date.