rachmadaniHaryono / we-get

:icecream: Command-line tool for searching torrents.
MIT License
153 stars 26 forks source link

Install not working on Raspberry Pi #32

Closed viertelb closed 3 years ago

viertelb commented 3 years ago
pi@raspberrypi:~ $ sudo pip install git+https://github.com/rachmadaniHaryono/we-get
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting git+https://github.com/rachmadaniHaryono/we-get
  Cloning https://github.com/rachmadaniHaryono/we-get to /tmp/pip-req-build-AqgzYv
Collecting Pygments>=2.6.1 (from we-get==1.1.2)
  Could not find a version that satisfies the requirement Pygments>=2.6.1 (from we-get==1.1.2) (from versions: 0.5, 0.5.1, 0.6, 0.7, 0.7.1, 0.8, 0.8.1, 0.9, 0.10, 0.11, 0.11.1, 1.0, 1.1, 1.1.1, 1.2, 1.2.1, 1.2.2, 1.3, 1.3.1, 1.4, 1.5, 1.6rc1, 1.6, 2.0rc1, 2.0, 2.0.1, 2.0.2, 2.1, 2.1.1, 2.1.2, 2.1.3, 2.2.0, 2.3.0, 2.3.1, 2.4.0, 2.4.1, 2.4.2, 2.5.0, 2.5.1, 2.5.2)
No matching distribution found for Pygments>=2.6.1 (from we-get==1.1.2)
pi@raspberrypi:~ $ uname -a
Linux raspberrypi 5.4.79-v7l+ #1373 SMP Mon Nov 23 13:27:40 GMT 2020 armv7l GNU/Linux
rachmadaniHaryono commented 3 years ago

try install pygments with pip3 install --user pygments and see what comes out

also i will change the documentation so it will recommend not to use sudo pip install https://stackoverflow.com/questions/21055859/what-are-the-risks-of-running-sudo-pip/21056000#21056000

viertelb commented 3 years ago

Thanks a lot!