Azure / azure-functions-python-worker

Python worker for Azure Functions.
http://aka.ms/azurefunctions
MIT License
334 stars 103 forks source link

Support for Anaconda environment #136

Closed priyaananthasankar closed 6 years ago

priyaananthasankar commented 6 years ago

Existing Anaconda environment with Python version 3.5/3.6 BYOC/BYOF instructions fail unless Anaconda path is removed.

While using the BYOF functions tools, the tools does not support a conda environment by itself. Supports only virtual environments. Conda support is useful for machine learning scenarios and in general python environment support.

(minor) This solution requires the user to use virtualenv and does not support Conda (from Andy's notes)

asavaritayal commented 6 years ago

@1st1 @elprans Is this a limitation of the language worker or core tools?

elprans commented 6 years ago

@asavaritayal The worker itself does not assume anything about its environment. This is a core tools issue.

asavaritayal commented 6 years ago

This issue was moved to Azure/azure-functions-core-tools#509