firebase-tools icon indicating copy to clipboard operation
firebase-tools copied to clipboard

firebase init functions installs a version of the python module that isn't compatible with arm64

Open iguarna opened this issue 1 year ago • 1 comments

Running firebase init functions will install firebase_functions~=0.1.0 which isn't compatible with arm64 and results in runtime errors when importing the python module. Changing the requirement to the latest version (0.4.1) fixes the issue.

iguarna avatar Jun 24 '24 17:06 iguarna