Forums

Using a Conda environment

Hello, I want to host a Flask webapp here using a Conda environment. The dependency can only be installed with Conda and not with pip (as of yet), unfortunately. Is this possible to do on pythonanywhere? Seen a few threads on this but it seems I haven't been able to find a clear-cut answer. Would something like pip install conda work?

hi there, conda stuff will not work for a webapp. I believe it works for consoles and scheduled tasks etc, but webapp wouldn't work.