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

TypeError: 'module' object is not callable #17

Closed
mirza-sundus opened this issue Jan 31, 2022 · 1 comment
Closed

TypeError: 'module' object is not callable #17

mirza-sundus opened this issue Jan 31, 2022 · 1 comment

Comments

@mirza-sundus
Copy link

Checking assets...
Assets look great! We are good to go!

You can create a total of 16 distinct avatars

How many avatars would you like to create? Enter a number greater than 0:
1
What would you like to call this edition?:
edition3
Starting task...
Traceback (most recent call last):
File "nft.py", line 238, in
main()
File "nft.py", line 229, in main
rt = generate_images(edition_name, num_avatars)
File "nft.py", line 164, in generate_images
for n in progressbar(range(count)):
TypeError: 'module' object is not callable

@rounakbanik
Copy link
Owner

Run pip install progressbar2 and try again.

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

2 participants