Issue with install TA-Lib

building 'talib._ta_lib' extension

creating build/temp.linux-x86_64-3.7

creating build/temp.linux-x86_64-3.7/talib

gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/usr/include -I/usr/local/include -I/opt/include -I/opt/local/include -I/home/appuser/venv/lib/python3.7/site-packages/numpy/core/include -I/home/appuser/venv/include -I/usr/local/include/python3.7m -c talib/_ta_lib.c -o build/temp.linux-x86_64-3.7/talib/_ta_lib.o

talib/_ta_lib.c:611:10: fatal error: ta-lib/ta_defs.h: No such file or directory

 #include "ta-lib/ta_defs.h"
          ^~~~~~~~~~~~~~~~~~

compilation terminated.

error: command 'gcc' failed with exit status 1

----------------------------------------

ERROR: Command errored out with exit status 1: /home/appuser/venv/bin/python -u -c β€˜import io, os, sys, setuptools, tokenize; sys.argv[0] = β€˜"’"’/tmp/pip-install-rxkr33ec/ta-lib_0b1318737b2e46de885859b33181ce99/setup.py’"’"’; file=’"’"’/tmp/pip-install-rxkr33ec/ta-lib_0b1318737b2e46de885859b33181ce99/setup.py’"’"’;f = getattr(tokenize, β€˜"’"β€˜open’"’"’, open)(file) if os.path.exists(file) else io.StringIO(’"’"β€˜from setuptools import setup; setup()’"’"’);code = f.read().replace(’"’"’\r\n’"’"’, β€˜"’"’\n’"’"’);f.close();exec(compile(code, file, β€˜"’"β€˜exec’"’"’))’ install --record /tmp/pip-record-7b4vh178/install-record.txt --single-version-externally-managed --compile --install-headers /home/appuser/venv/include/site/python3.7/TA-Lib Check the logs for full command output.