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
Hi there, I am trying out your archiving to download a subreddit, but for some reason im getting this error message in Windows 10 bash.
I type in python3 subreddit.py subreddit and have tried just typing python and that doesn't work either, and I am getting
Traceback (most recent call last): File "/mnt/c/Users/username/Downloads/Compressed/redditPostArchiver-master/subreddit.py", line 13, in <module> from simplejson.scanner import JSONDecodeError ModuleNotFoundError: No module named 'simplejson'.
Any reason why? I have followed the readme though and set up fine.
The text was updated successfully, but these errors were encountered:
Hi there, I am trying out your archiving to download a subreddit, but for some reason im getting this error message in Windows 10 bash.
I type in
python3 subreddit.py subreddit
and have tried just typing python and that doesn't work either, and I am gettingTraceback (most recent call last): File "/mnt/c/Users/username/Downloads/Compressed/redditPostArchiver-master/subreddit.py", line 13, in <module> from simplejson.scanner import JSONDecodeError ModuleNotFoundError: No module named 'simplejson'.
Any reason why? I have followed the readme though and set up fine.
The text was updated successfully, but these errors were encountered: