You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I start debugging mode to run functions for local development I get the error:
ImportError: dlopen(/opt/homebrew/Cellar/azure-functions-core-tools@3/3.0.3477/workers/python/3.9/OSX/X64/grpc/_cython/cygrpc.cpython-39-darwin.so, 2): no suitable image found.
Did find: /opt/homebrew/Cellar/azure-functions-core-tools@3/3.0.3477/workers/python/3.9/OSX/X64/grpc/_cython/cygrpc.cpython-39-darwin.so: mach-o, but wrong architecture
I've been trying for hours to fix this - it must be some issue with x86 and arm64 builds of various libraries etc. but I've honestly no idea how to resolve.
Has anyone seen this before? If so, could any pointers be provided to I can successfully run debugging for Azure Functions?
The text was updated successfully, but these errors were encountered:
I'm running on an M1 (Apple Silicone) Macbook and trying to develop some Azure Functions within a Django project. I require the following packages:
When I start debugging mode to run functions for local development I get the error:
I've been trying for hours to fix this - it must be some issue with x86 and arm64 builds of various libraries etc. but I've honestly no idea how to resolve.
Has anyone seen this before? If so, could any pointers be provided to I can successfully run debugging for Azure Functions?
The text was updated successfully, but these errors were encountered: