azure-functions-core-tools
azure-functions-core-tools copied to clipboard
Python Azure Functions cannnot be run on M1 Mac OS with ESET installed.
Version
4.0.5907
Description
When I install ESET(Security Tool) on M1 MacOS PC, the "func start" command fails locally. This only occurs with Python. It works fine With JavaScript.
Since I installed ESET(Security tool), I thought it might be something network-related that was blocking it, but based on the content of the error and the fact that it works with JavaScript, that doesn't seem to be the case.
Once I uninstalled ESET, it works fine locally.
Steps to reproduce
Environment
・Python 3.11.3 ・azure-functions-core-tools 4.0.5907(brew install)
Setup
1 . python -m venv .venv 2 . source .venv/bin/activate 3 . pip install -r requirements.txt 4 . func start