pip安装后找不到版本号_Pip安装-无法找到满足要求的版本

I am trying to install a package called got using pip. But it keeps showing up errors of 'couldn't find a version that satisfies the requirement".

I've searched online about the solutions. There are some explanation saying to try pip freeze > requirements.txt. But it still remains a blackbox to me.

What is the problem here and what should I do exactly to install the package?

Thanks!

解决方案

Your package got is indeed not on Pypi.

Your error is thrown when no package have been found.

eg:

→ pip install notfoundpackage

Collecting notfoundpackage

Could not find a version that satisfies the requirement notfoundpackage (from versions: )

No matching distribution found for notfoundpackage

Though, because you know the github link, you can clone the repository using git.

git clone git@github.com:Jefferson-Henrique/GetOldTweets-python.git

cd GetOldTweets-python

python Exporter.py -h

If you really need a python library for tweeter, some other library already exist, like twython.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值