Mayowa Osibodu
Mayowa Osibodu
> I'm using porter 0.7.4. I updated to scikit-learn 0.24.1 (using conda) and got the error: > > ModuleNotFoundError: No module named 'sklearn.tree.tree' > > It seems like the imports...
You could also try `pip install face-alignment==1.3.4` Apparently the `._2D` and `._3D` (which was what I had in my case) attributes are not compatible with `face-alignment>1.3.4`.
Experiencing this same issue with `open-interpreter=0.2.0` and `openai==1.9.0` on MacOS. I tried downgrading each library to see if that would change anything, but it didn't. When I run the `interpreter`...
> Try installing this version of OpenAI: `pip install openai==1.7.2` > > If that doesn't work, do this: `pip install --force-reinstall open-interpreter` I tried these, but they didn't resolve the...
> I believe this has been resolved. Can you please try again with the latest version? > @mayowaosibodu Yes, recent Open Interpreter installs didn't exhibit this problem.
I experienced this issue when I didn't unzip `demo.zip` in the `checkpoints/` folder. Is your `demo/` folder in `checkpoints/` ? That is, do you have `/checkpoints/demo/` ?
I just created a duplicate of `misc/demo.csv` as `misc/demo_id.csv`. `bash experiments/demo_vox.sh` then ran successfully. While it ran, it mentioned that the extra data for `['classifier', 'headpose_fc', 'mouth_fc']` was not initialised...