Saturday, 6 February 2021

Cannot import praw

When I try to use

import praw

I get the following error:

ModuleNotFoundError: No module named 'praw'

I made sure to install praw beforehand in the command prompt, using pip install praw, so I'm not sure why it isn't working. I'm new to programming, so any insight would be greatly appreciated.



from Cannot import praw

No comments:

Post a Comment