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

NameError: name 'args' is not defined #125

Open
hiqsociety opened this issue Jul 26, 2023 · 3 comments
Open

NameError: name 'args' is not defined #125

hiqsociety opened this issue Jul 26, 2023 · 3 comments

Comments

@hiqsociety
Copy link

hiqsociety commented Jul 26, 2023

eveloper/smol_dev/main.py", line 104, in
main(prompt=prompt, generate_folder_path=args.generate_folder_path, debug=args.debug)
^^^^
NameError: name 'args' is not defined

@hiqsociety hiqsociety changed the title how to resolve poetry install error? how to resolve apt_pkg error? Jul 26, 2023
@hiqsociety hiqsociety changed the title how to resolve apt_pkg error? NameError: name 'args' is not defined Jul 26, 2023
@AdamKane
Copy link

Same error for me.

@AdamKane
Copy link

image

@achaudhary7
Copy link

Getting this error when I enter - python main.py "a HTML/JS/CSS Tic Tac Toe Game"

a HTML/JS/CSS Tic Tac Toe Game
Traceback (most recent call last):
  File "C:\Other Development\Smol AI\Git Repo\developer\main.py", line 46, in <module>
    main(prompt=prompt, generate_folder_path=args.generate_folder_path, debug=args.debug, model=args.model)
                                             ^^^^
NameError: name 'args' is not defined

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

3 participants