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

avatarify #754

Open
mukkysmacpro opened this issue Sep 1, 2024 · 2 comments
Open

avatarify #754

mukkysmacpro opened this issue Sep 1, 2024 · 2 comments

Comments

@mukkysmacpro
Copy link

Copy-paste to the terminal the command below and run (press Enter)

Mac:

NameError Traceback (most recent call last)
in <cell line: 3>()
1 print('Copy-paste to the terminal the command below and run (press Enter)\n')
2 print('Mac:')
----> 3 print(f'./run_mac.sh --is-client --in-addr {in_addr} --out-addr {out_addr}')
4 print('\nWindows:')
5 print(f'run_windows.bat --is-client --in-addr {in_addr} --out-addr {out_addr}')

NameError: name 'in_addr' is not defined

@chadrein
Copy link

How can I resolve this issue on my windows while installing Avatarify image

@seegunz
Copy link

seegunz commented Oct 8, 2024

Use the appropriate installation method from this repo

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