antoyang / FrozenBiLM

[NeurIPS 2022] Zero-Shot Video Question Answering via Frozen Bidirectional Language Models
https://arxiv.org/abs/2206.08155
Apache License 2.0
153 stars 23 forks source link

Conda Environment Setting #6

Closed wonjiny closed 1 year ago

wonjiny commented 1 year ago

Hi.

Instruction says to run "pip install requirements.txt", but it is "pip install -r requirements.txt", right?

And my question is about this error;

$ pip install -r requirements.txt ERROR: Could not find a version that satisfies the requirement clip==1.0 (from versions: 0.0.1, 0.1.0, 0.2.0) ERROR: No matching distribution found for clip==1.0

How can I download clip==1.0?

antoyang commented 1 year ago

Hi, this should be "pip install -r requirements.txt" indeed. For clip, I think it should work without precising the version ie "pip install clip" (see https://github.com/ZPdesu/Barbershop/issues/18). I am going to update the readme and requirements file.