为python安装firebase-admin软件包时出现问题

时间:2020-10-14 13:12:55

标签: python firebase pip firebase-admin

我最近尝试安装firebase-admin通过pip install --upgrade firebase-admin添加到我的python应用程序中。但是,我遇到以下错误,无法找到解决问题的解决方案:

Using legacy 'setup.py install' for grpcio, since package 'wheel' is not installed.
Using legacy 'setup.py install' for msgpack, since package 'wheel' is not installed.
Installing collected packages: grpcio, google-api-core, google-cloud-core, google-cloud-storage, google-cloud-firestore, msgpack, cachecontrol, httplib2, google-auth-httplib2, uritemplate, google-api-python-client, firebase-admin
Running setup.py install for grpcio ... error
ERROR: Command errored out with exit status 1:
...

我正在使用的当前Python版本是3.9,而pip版本是20.2.3

0 个答案:

没有答案