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 #1

Closed
imartinez opened this issue Oct 3, 2021 · 0 comments · Fixed by #2
Closed

TypeError: 'module' object is not callable #1

imartinez opened this issue Oct 3, 2021 · 0 comments · Fixed by #2

Comments

@imartinez
Copy link
Contributor

Using python 3.9.7, I got this error while running python3 nft.py

Traceback (most recent call last): File "/Users/imartinez/Documents/Dev/crypto/generative-art-nft/nft.py", line 237, in <module> main() File "/Users/imartinez/Documents/Dev/crypto/generative-art-nft/nft.py", line 228, in main rt = generate_images(edition_name, num_avatars) File "/Users/imartinez/Documents/Dev/crypto/generative-art-nft/nft.py", line 163, in generate_images for n in pb(range(count)): TypeError: 'module' object is not callable

After checking stackoverflow I found this similar issue

Fix:
I pip install progressbar2 along with the rest of dependencies and everything worked perfectly.

imartinez added a commit to imartinez/generative-art-nft that referenced this issue Oct 3, 2021
Venus713 added a commit to Venus713/Art-NFT that referenced this issue Jan 20, 2022
princeseniordev added a commit to princeseniordev/generative-nft-art that referenced this issue Jan 29, 2024
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

Successfully merging a pull request may close this issue.

1 participant