问题
I keep failing to install talib
library in Azure's Kudu Debug console.
From D:\home\python364x86
I ran python -m pip install Ta-Lib
but got this error
Command "D:\home\python364x86\python.exe -u -c "import setuptools, tokenize;file='D:\local\Temp\pip-build-az9dvnof\talib\setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record D:\local\Temp\pip-1737i4ol-record\install-record.txt --single-version-externally-managed --compile --user --prefix=" failed with error code 1 in D:\local\Temp\pip-build-az9dvnof\talib\
Anyone successfully installed talib
in Kudu debug console?
来源:https://stackoverflow.com/questions/57885946/install-python-talib-library-in-azure-kudu