python ModuleNotFoundError: No module named ‘yaml‘

ModuleNotFoundError: No module named 'yaml'I encountered this problem in python . I thought pip install yamlit could be solved directly, but I found that it didn't work.

After searching, I found out that it should bepip install pyyaml

So record it.

Guess you like

Origin blog.csdn.net/mifangdebaise/article/details/126849353