manolomartinez / greg

A command-line podcast aggregator
GNU General Public License v3.0
296 stars 37 forks source link

Install on Rapsberry Pi Raspbian #120

Closed julesbike closed 2 years ago

julesbike commented 2 years ago

I've installed on a Raspberry pi with Python 2.7 and I get this error, any idea?


openhabian@openhab3:~ $ mkdir -p ~/.config/greg && cp `greg retrieveglobalconf` ~/.config/greg/greg.conf
Traceback (most recent call last):
  File "/home/openhabian/.local/bin/greg", line 6, in <module>
    from greg.parser import main
ImportError: No module named greg.parser
cp: missing destination file operand after '/home/openhabian/.config/greg/greg.conf'
Try 'cp --help' for more information.
Narrat commented 2 years ago

As far as I can remember, greg is only compatible with the Python 3.x branch.