generative-art-nft icon indicating copy to clipboard operation
generative-art-nft copied to clipboard

Object of type int64 is not JSON serializable

Open SerbiusPrime opened this issue 2 years ago • 0 comments

When trying to run metadata.py, I'm getting this error.

encoder.py", line 179, in default raise TypeError(f'Object of type {o.class.name} ' TypeError: Object of type int64 is not JSON serializable

SerbiusPrime avatar Jun 19 '22 21:06 SerbiusPrime