artmatsak/grace

Can't execute main.py

Closed this issue · 2 comments

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'

This probably has to do with the requirements install failing for you in #1, let's get that one sorted out first.

Closing issue due to inactivity.