Forums

outdated version of PRAW?

Is there any way for this to get updated?

I am getting an error "Version 7.1.0 of praw is outdated. Version 7.6.0 was released 4 days ago."

Sure! Just use the pip command corresponding to the version of Python that you're using. For example, if you're using Python 3.9, then run this in Bash:

pip3.9 install --upgrade --user praw

Yes, indeed I ended up doing this. Worked great!

Excellent, thanks for confirming!