Farm-haystack[faiss] deployment error

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!

If I add “canals” to requirements.txt, I get:

ERROR: Could not find a version that satisfies the requirement canals (from -r requirements.txt (line 1)) (from versions: none)

And not sure what “canals” is

I have to change the version of python to 3.9.16

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.