cvlab-columbia / viper

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

Multiple ModuleNotFoundError #39

Open cpt-n3m0 opened 7 months ago

cpt-n3m0 commented 7 months ago

I am running this within the vipergpt conda environment. I've tried to conda install dill as well as pip install -r requirements and the dill package seems to be installed properly, the latter did actually end up installing a bunch of packages which apparently were not already there (not very familiar with conda so maybe pip and conda have different installation destinations), however I still get the errors shown below. image

surisdi commented 6 months ago

The message shows that dill is not installed? How did you check if dill is installed?