pip install yaml
> ERROR: Could not find a version that satisfies the requirement yaml (from versions: none)
ERROR: No matching distribution found for yaml
Fix 🔧: No yaml, just use pyyaml !
pip install pyyaml
pip install yaml
> ERROR: Could not find a version that satisfies the requirement yaml (from versions: none)
ERROR: No matching distribution found for yaml
Fix 🔧: No yaml, just use pyyaml !
pip install pyyaml