vaibhavsingh97 / random-word

This is a simple python package to generate random english words
https://pypi.org/project/random-word/
MIT License
123 stars 25 forks source link

ModuleNotFoundError: No module named 'yaml' #64

Open 3RAW opened 3 years ago

3RAW commented 3 years ago

I am trying to import the functions using: from random_word import RandomWords

and all I get is the the message: ModuleNotFoundError: No module named 'yaml'

I used pip install

WatRat commented 3 years ago

Just try "python3 -m pip install pyyaml"

abhinit21 commented 3 years ago

pip install pyyaml