Jon-Becker / nft-generator-py

This tool allows users to generate sets of unique images and metadata using weighted layer collections.
MIT License
304 stars 126 forks source link

Config Error #8

Closed colincooley closed 2 years ago

colincooley commented 2 years ago

Getting this error when just trying to run the included default settings:

At line:1 char:30

Jon-Becker commented 2 years ago

Steps to reproduce this issue? I believe you are trying to run this via the command line incorrectly. Try to run

python3 index.py with the CWD being nft-generator-py.

Jon-Becker commented 2 years ago

Please let me know ASAP. I can help you solve this issue today anytime before 9:00 PM EST.

colincooley commented 2 years ago

Thanks for replying. I’m sure I’m not running it correctly. I am not familiar with python. I will look into it again this evening when I get home and post findings here. No rush, and thanks for the quick reply!

Jon-Becker commented 2 years ago

Try to run the program using

python3 index.py

colincooley commented 2 years ago

Got it working! I didn't have all the tools needed installed is all. Thanks so much!

Quick question, do you do any smart contract dev?

Jon-Becker commented 2 years ago

Perfect! I'm glad you got it to work.

Yep, I've done some contracts like ERC20, ERC721, Governance & DAOs, audits, and a PoC for recurring payments that you can find on my GitHub.

I'm going to close this issue, but feel free to reach out to me via Twitter or EMail if you need anything. If you have other questions related to this tool, open another issue.

Thank you!