assem-vc icon indicating copy to clipboard operation
assem-vc copied to clipboard

Trouble importing AttrDict

Open imminentarchon opened this issue 3 years ago • 1 comments

Hi there - I'm having trouble running the inference code. Can't seem to import AttrDict from env.

ImportError Traceback (most recent call last) <ipython-input-1-7f2d8b5f7f6d> in <module> 15 16 from omegaconf import OmegaConf ---> 17 from env import AttrDict 18 19 from synthesizer import Synthesizer

ImportError: cannot import name 'AttrDict'

Things I've tried:

  • !pip install env
  • Installed AttrDict=2.0.0=py36_0 via conda
  • Made sure Python=3.6.8

Any help would be appreciated :)

imminentarchon avatar Nov 21 '21 19:11 imminentarchon

Think I solved by substituting attrdict for env.

imminentarchon avatar Nov 21 '21 21:11 imminentarchon