繁体   English   中英

找不到满足要求的版本 python-firebase(来自版本:)

[英]Could not find a version that satisfies the requirement python-firebase(from versions: )

我想在树莓派上安装 python-firebase。 所以我找到了这个页面( https://pypi.org/project/python-firebase/ )并遵循了手册。

我使用了下面的评论:

$ sudo pip install requests==1.1.0
$ sudo pip install python-firebase

当我写第二条评论时,出现以下错误

    Could not find a version that satisfies the requirement python-firebsae(from versions: ) No matching distribution found for python-firebase 

我该如何解决? 任何帮助表示赞赏。

在项目的github站点上,安装略有不同。

试试这个(如果你使用的是 Python3+):

pip3 install requests
pip3 install python-firebase

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM