BlipProcess import
#4
by matheusdias - opened
ImportError: cannot import name 'BlipProcessor' from 'transformers' (/usr/local/lib/python3.8/dist-packages/transformers/init.py)
Hi @matheusdias blip has not been released yet in transformers via pypi, therefore you need to install transformers from source to use blip:
pip uninstall transformers
pip install git+https://github.com/huggingface/transformers.git@main
Thank you for letting me know!
Thanks! Closing as considering this as resolved, let us know if the problem still persists
ybelkada changed discussion status to closed