twopirllc / pandas-ta

Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 150+ Indicators
https://twopirllc.github.io/pandas-ta/
MIT License
5.34k stars 1.05k forks source link

Pandas_ta not working #845

Open Patsy2024 opened 2 hours ago

Patsy2024 commented 2 hours ago

Which version are you running? The lastest version is on Github. Pip is for major releases. Python version 3.13 Pandas_ta version 0.3.14B MAC OS Sequoia

Do you have TA Lib also installed in your environment? No

Have you tried the development version? Did it resolve the issue? I did not

Describe the bug The following error code states: "ModuleNotFoundError: No module named 'pkg_resources'"

To Reproduce import pandas_ta as ta

Expected behavior Apply technical indicators without error message

Screenshots Not necessary.

Additional context pandas_ta works on python version 3.12.6 Numpy 2.1.2 is installed

Thanks for using Pandas TA!

ewan777 commented 2 hours ago

using the development version

install setuptools

pip install setuptools

you may need to install numpy 2.0.0

pip install numpy==2.0.0

This worked for me on Linux Mint using a virtual environment

Patsy2024 commented 1 hour ago

Is there a release date for non development version?