salesforce / BLIP

PyTorch code for BLIP: Bootstrapping Language-Image Pre-training for Unified Vision-Language Understanding and Generation
BSD 3-Clause "New" or "Revised" License
4.78k stars 637 forks source link

ModuleNotFoundError: No module named 'ruamel_yaml' #197

Open WenjunHuang94 opened 9 months ago

WenjunHuang94 commented 9 months ago

I have already installed ruamel_yaml library, but still prompts No module named 'ruamel_yaml'. May I ask how to solve it?

image

image

whisperyao commented 8 months ago

Changing the module of "ruamel_yaml" to "ruamel. yaml" may be useful

Tom-HZJ commented 2 months ago

将“ruamel_yaml”的模块更改为“ruamel.yaml“,如果没安装这个ruamel.yaml,就用 pip install ruamel.yaml