The content of requirements.txt includes a yaml package, which pip (through pip install -r requirements.txt) complains.
Maybe the package should be pyyaml? The version number seems to match, but I am not sure if this is really the case, or maybe the Python version affects.
The content of requirements.txt includes a
yamlpackage, which pip (throughpip install -r requirements.txt) complains.Maybe the package should be
pyyaml? The version number seems to match, but I am not sure if this is really the case, or maybe the Python version affects.