Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trouble importing AttrDict #30

Open
imminentarchon opened this issue Nov 21, 2021 · 1 comment
Open

Trouble importing AttrDict #30

imminentarchon opened this issue Nov 21, 2021 · 1 comment

Comments

@imminentarchon
Copy link

imminentarchon commented Nov 21, 2021

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
Copy link
Author

Think I solved by substituting attrdict for env.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant