Pit in django (three) ModuleNotFoundError: No module named'xxx' solution

The cause of the problem: In the prompt environment, the related library is missing

 

问题一:ModuleNotFoundError: No module named 'mutagen'

Execute pip isntall mutagen

 

问题二:ModuleNotFoundError: No module named 'requests'

Execute pip install requests

 

Guess you like

Origin blog.csdn.net/Growing_hacker/article/details/98784780