Open NormPlum opened 3 hours ago
Ok, I just tried the development version (pip install -U git+https://github.com/twopirllc/pandas-ta.git@development
) and that works.
Is there an estimate on when the next release will be? 'Cause yfinance
seems to be unusable via pandas-ta
until then...
Which version are you running? The lastest version is on Github. Pip is for major releases. 0.3.14b0
Do you have TA Lib also installed in your environment? No.
Have you tried the development version? Did it resolve the issue? Haven't tried.
Describe the bug The following error is seen when trying to use
yfinance
:To Reproduce
yfinance
installedExpected behavior Not be shown an error.