I am new with this stuff but I am trying to set up flask app using Render's web service and I have problem with requirements.txt file and deploying keeps failing.
I have created virtual environment with conda and made requirement file using "conda list -e > requirements.txt" command but can't seem to make it work. As build command in server side I tried default option: $ pip install -r requirements.txt which didnt work and $ conda install --file requirements.txt but it didn't recognize conda command. What should I do?