When I attempt to import praw I get this error: ImportError: No module named 'praw' Does anyone know what to do to fix this? (I'm not that experienced with python and this website FYI)
When I attempt to import praw I get this error: ImportError: No module named 'praw' Does anyone know what to do to fix this? (I'm not that experienced with python and this website FYI)
try opening a bash console and running the following command
pip install --user praw
then you should be able to import praw in python.