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

AttributeError: module 'progressbar' has no attribute 'DataSize' #113

Closed
YuyangZhangFTD opened this issue Nov 26, 2018 · 1 comment
Closed

Comments

@YuyangZhangFTD
Copy link

When I run the examples, such as 'python -m examples.variational_autoencoders.vae' and 'python -m examples.bayesian_neural_nets.bayesian_nn', I will get the error "AttributeError: module 'progressbar' has no attribute 'DataSize'". Please help me. Thank you.

@YuyangZhangFTD
Copy link
Author

I found I had forgotten installing some dependencies.
After using <pip install ".[examples]">, bayesian_nn.py can work well.

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