firebase / firebase-tools

The Firebase Command Line Tools
MIT License
3.97k stars 915 forks source link

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

Open iguarna opened 5 days ago

iguarna commented 5 days ago

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.

google-oss-bot commented 5 days ago

This issue does not seem to follow the issue template. Make sure you provide all the required information.