I have set up a minimum viable example deployment here.
Inside, you will find that I have downloaded the .whl file of the Ta-Lib library, and in the Dockerfile I am trying to install it with RUN file.whl
. But, from the build logs, it seems to totally skip that line and not install the whl file. What’s the problem, and how do I fix it?
I am having to go through this convoluted way of trying to install this library because I have tried all of pip install talib
, pip install ta-lib
, pip install Ta-Lib
, pip install talib-binary
and some more variants that I found in some articles on the web on this issue that were claimed to have worked, but none of them seems to work in my case. And downloading the wheel worked in my local machine, but it seems to not work in Huggingface.