Hello, I have farm-haystack[faiss] in my requirements.txt file. I can pip-install this in Google Colab no problem and my Flask app runs fine. But, when I try to deploy on render, I get the following error:
ERROR: Could not find a version that satisfies the requirement canals (from farm-haystack[faiss]->-r requirements.txt (line 1)) (from versions: none)
I havee not seen this error before and I have searched this site, stackoverflow, and google and I do not see an answer. Appreciate any guidance. Thanks!