You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please do not open duplicate Issues. This is a common and known (see Issue #857) for those running Pandas TA v0.3.14b and trying to run Numpy 2.x. It has been addressed more than once. Please read my comments and the links I provided for more context.
Contributing is easy:
Fork the repo
Checkout the development branch and NOT the main branch.
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?
Yes
Have you tried the development version? Did it resolve the issue?
Yes
Describe the bug
Error from
from numpy import NaN as npNaN
insqueeze_pro.py
.To Reproduce
Run
import pandas-ta as ta
Expected behavior
import pandas-ta as ta
to run without errors.The text was updated successfully, but these errors were encountered: