我正在尝试与 nornir 合作,但我明白了
当我尝试这个时:
from nornir.plugins.functions.text import print_result
我明白了:
ModuleNotFoundError: No module named 'nornir.plugins.functions.text'
我也试过这个:
from nornir_utils.plugins.functions import print_result
问题仍然存在:
ModuleNotFoundError: No module named 'nornir.plugins.functions.text'
谁能帮我解决这个问题?