No module named 'video_blip'
Opened this issue · 3 comments
srikanth-midde commented
I got this error while I am trying to execute the demo in Colab.
Traceback (most recent call last): File "/content/VideoBLIP/demo/app.py", line 11, in <module> from video_blip.model import VideoBlipForConditionalGeneration, process ModuleNotFoundError: No module named 'video_blip'
yukw777 commented
Hi @srikanth-midde! Apologies for the late reply. Did you run poetry install
or pip install -e .
at the repository root?
srikanth-midde commented
pip install
yukw777 commented
@srikanth-midde hmm, then you should be able to import it. are you using the right python interpreter? maybe you're using a wrong virtual environment?