Closed dharmatech closed 2 months ago
Try to upgrade setuptools using command prompt
Hello @dharmatech
To be clear, this is not a Pandas TA issue. Python decided to deprecate/remove setuptools
in Python version 3.12. So in short, @hemantbuchade is correct, you also need to install setuptools
.
More on a simple web search for: ModuleNotFoundError: No module named 'pkg_resources'
Kind Regards, KJ
I installed
pandas_ta
as follows:When I try to import
pandas_ta
I get the following:Any suggestions welcome. Thank you!