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!
This package doesn't include a setup.py
, so you can't install it from pip.
If it did, you could install it with:
pip install git+https://github.com/Jefferson-Henrique/GetOldTweets-python.git
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With