首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >我不能安装firebase-admin

我不能安装firebase-admin
EN

Stack Overflow用户
提问于 2020-02-21 06:25:12
回答 2查看 3.3K关注 0票数 0

以下是一个错误:

代码语言:javascript
运行
复制
MacBook-Air:Firebase takeyuki$ python -m pip install --upgrade firebase-admin
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.

... some lines are omitted ...

Installing collected packages: futures, googleapis-common-protos, grpcio, google-api-core, uritemplate, httplib2, google-auth-httplib2, google-api-python-client, google-cloud-core, google-resumable-media, google-cloud-storage, google-cloud-firestore, msgpack, cachecontrol, firebase-admin
  Found existing installation: futures 3.0.3
Cannot uninstall 'futures'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.

这条消息提到期货模块似乎不属于pip,但是

代码语言:javascript
运行
复制
MacBook-Air:Firebase takeyuki$ python -m pip list | grep futures
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.
futures                            3.0.3     

那我怎么才能修好呢?谢谢你的建议!

EN

Stack Overflow用户

发布于 2022-11-11 17:02:11

我遇到了一个类似的问题。当我在Thonny上安装firebase_admin 5.4.0时,一切正常。因此,要在您的机器上安装它,只需回滚到该版本。我使用sudo pip3安装firbase_admin==5.4.0

票数 0
EN
查看全部 2 条回答
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/60333183

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档