Closed rockhia closed 2 years ago
root@sonarr:/# sh "/XarrNotifyScripts/xarr_notify.sh" Traceback (most recent call last): File "/XarrNotifyScripts/xarr_notify.py", line 6, in import yaml ModuleNotFoundError: No module named 'yaml'
映射路径下的文件有这几个。
安装一下依赖 pip3 install pyyaml 我的没有提示错误。我以为是自带的库
已解决
root@sonarr:/# sh "/XarrNotifyScripts/xarr_notify.sh" Traceback (most recent call last): File "/XarrNotifyScripts/xarr_notify.py", line 6, in
import yaml
ModuleNotFoundError: No module named 'yaml'