Can't execute main.py
Closed this issue · 2 comments
multimanic commented
I'm running
python3 main.py
In my virtual env (as documented) but I get an error message
(venv) alker@macbook grace % python3 main.py
Traceback (most recent call last):
File "main.py", line 2, in <module>
import yaml
ModuleNotFoundError: No module named 'yaml'
artmatsak commented
This probably has to do with the requirements install failing for you in #1, let's get that one sorted out first.
artmatsak commented
Closing issue due to inactivity.