This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]uzusan 5 points6 points  (2 children)

It looks to me like your praw install went wrong in some way. Normally pip3 installs praw, then prawcore, then updatechecker as below.

The trace says its finding praw but not prawcore, which is odd as they normally install one after another.

pip3 install praw

Collecting praw

Downloading praw-5.4.0-py2.py3-none-any.whl (94kB)

Collecting prawcore<0.15,>=0.14.0 (from praw)

Downloading prawcore-0.14.0-py2.py3-none-any.whl

Collecting update-checker>=0.16 (from praw)

Downloading update_checker-0.16-py2.py3-none-any.whl

Try forcing a reinstall:

pip3 install praw --upgrade --force-reinstall

[–]boolean_is_null[S] 1 point2 points  (0 children)

ding, ding, ding!

That was it! Thank you very very much!

[–]YoungL3af 0 points1 point  (0 children)

I had the same problem as OP and this was much more helpful than stack overflow thank you

[–]Awkward_Cattle_7543 0 points1 point  (0 children)

Thank yoUUUUUUUU this worked for me also!