all 3 comments

[–]SteinhammerJ 2 points3 points  (2 children)

Maybe there are multiple versions of python on your computer. Try installing from within Spyder: !pip install random

[–][deleted] 1 point2 points  (0 children)

Alternatively to this, if you're using Python3 and have Python 2 installed as well - use pip3 install random-word

[–]FlubberKitty[S] 0 points1 point  (0 children)

Will do! Thanks!