You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I install the program using sudo pip install -U shreddit I get an error saying praw requires Python '>=3.4' but the running Python is 2.7.16. python3 version is 3.7.3 python version is 2.7.16
If I install it using sudo pip3 install -U shreddit the installer succeeds, but when I launch it I get this error
shreddit -u user
INFO:shreddit:Logged in as user.
Traceback (most recent call last):
File "/usr/local/bin/shreddit", line 10, in <module>
sys.exit(main())
File "/usr/local/lib/python3.7/dist-packages/shreddit/app.py", line 44, in main
shredder = Shredder(default_config, args.user)
File "/usr/local/lib/python3.7/dist-packages/shreddit/shredder.py", line 33, in __init__
self._recent_cutoff = arrow.now().replace(hours=-self._hours)
File "/usr/local/lib/python3.7/dist-packages/arrow/arrow.py", line 603, in replace
raise AttributeError('unknown attribute: "{}"'.format(key))
AttributeError: unknown attribute: "hours"
The text was updated successfully, but these errors were encountered:
If I install the program using
sudo pip install -U shreddit
I get an error sayingpraw requires Python '>=3.4' but the running Python is 2.7.16
.python3
version is3.7.3
python
version is2.7.16
If I install it using
sudo pip3 install -U shreddit
the installer succeeds, but when I launch it I get this errorThe text was updated successfully, but these errors were encountered: