Open 3RAW opened 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
Just try "python3 -m pip install pyyaml"
pip install pyyaml
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