heroku-buildpack-python-talib
heroku-buildpack-python-talib copied to clipboard
pkgutil.find_loader is deprecated and slated for removal in Python 3.14
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