install python talib library in azure kudu

佐手、 提交于 2019-12-11 17:23:16

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!