DEV Community

Discussion on: NFT images generator using Python Jupyter Notebook

Collapse
 
ssoulzz profile image
Ssoulzz

Hi.
Thank you very much for the code
i was wondering if you could assist in the following error I'm getting .

Thanks

""
with open(METADATA_FILE_NAME, 'w') as outfile:
FileNotFoundError: [Errno 2] No such file or directory: './metadata/all-traits.json'

"

Collapse
 
victorquanlam profile image
Victor Quan Lam

Could you double check if you have metadata folder created?

Collapse
 
ssoulzz profile image
Ssoulzz

Hi,
Thank you for the quick reply,
i believe the folder was not in the right place =)
Thank you for the heads up.