Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
IkeuchiRyuto opened this issue Sep 11, 2024 · 0 comments
Open

Comments

@IkeuchiRyuto
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant