heroku-buildpack-python-talib icon indicating copy to clipboard operation
heroku-buildpack-python-talib copied to clipboard

pkgutil.find_loader is deprecated and slated for removal in Python 3.14

Open Alfavisioner opened this issue 2 months ago • 0 comments

pkgutil.find_loader is stated to be removel in Python 3.14

Python TA-Lib app detected
remote: <string>:1: DeprecationWarning: 'pkgutil.find_loader' is deprecated and slated for removal in Python 3.14; use importlib.util.find_spec() instead
remote:   import pkgutil; print(1 if pkgutil.find_loader("talib") else 0)

Installation need to be updated

Alfavisioner avatar Dec 26 '24 20:12 Alfavisioner