azure-functions-core-tools icon indicating copy to clipboard operation
azure-functions-core-tools copied to clipboard

Python Azure Functions cannnot be run on M1 Mac OS with ESET installed.

Open IkeuchiRyuto opened this issue 1 year ago • 0 comments

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

スクリーンショット 2024-09-12 1 46 46

IkeuchiRyuto avatar Sep 11 '24 18:09 IkeuchiRyuto