cvlab-columbia / viper

Code for the paper "ViperGPT: Visual Inference via Python Execution for Reasoning"
Other
1.63k stars 117 forks source link

Can't find a version for "decord" when running setup #26

Closed cyrsbel closed 1 year ago

cyrsbel commented 1 year ago

I'm on an m1 mbp. After running the setup script with bash, it starts installing dependencies. It fails when it gets to decord:

  Using cached accelerate-0.18.0-py3-none-any.whl (215 kB)
Collecting backoff==2.2.1
  Using cached backoff-2.2.1-py3-none-any.whl (15 kB)
Collecting bitsandbytes==0.38.1
  Using cached bitsandbytes-0.38.1-py3-none-any.whl (104.3 MB)
Collecting cityscapesscripts==2.2.1
  Using cached cityscapesScripts-2.2.1-py3-none-any.whl (473 kB)
ERROR: Could not find a version that satisfies the requirement decord==0.6.0 (from versions: none)
ERROR: No matching distribution found for decord==0.6.0
download_models.sh: line 9: wget: command not found

Please advise.

surisdi commented 1 year ago

Hi,

Please see the answer on this other issue: https://github.com/cvlab-columbia/viper/issues/14