Mason10198 / SkywarnPlus

Empowering Asterisk / app_rpt Nodes with Local Alert Intelligence
GNU General Public License v3.0
45 stars 3 forks source link

ruamel.yaml import YAML #72

Closed ibjosh1985 closed 7 months ago

ibjosh1985 commented 7 months ago

root@/usr/local/bin/SkywarnPlus# ./SkyControl.py Enable Traceback (most recent call last): File "./SkyControl.py", line 30, in from ruamel.yaml import YAML ModuleNotFoundError: No module named 'ruamel'

Mason10198 commented 7 months ago

This simply means that ruamel.yaml is not installed or otherwise not available. This is not an issue with SkywarnPlus.

Follow the installation instructions again, particularly the part where ruamel.yaml is installed. Make sure you follow the correct instructions for your platform. Make sure ruamel.yaml gets installed correctly.