Closed ameggs closed 4 years ago
I am getting an error when performing the "python main.py" command. The error is, "Traceback (most recent call last): File "main.py", line 3, in import yaml ImportError: No module named yaml"
any help would be appreciated.
make sure to sudo pip install -r requirements.txt
sudo pip install -r requirements.txt
I am getting an error when performing the "python main.py" command. The error is, "Traceback (most recent call last): File "main.py", line 3, in
import yaml
ImportError: No module named yaml"
any help would be appreciated.