alievk / avatarify-python

Avatars for Zoom, Skype and other video-conferencing apps.
Other
16.29k stars 4.09k forks source link

avatarify #754

Open mukkysmacpro opened 2 months ago

mukkysmacpro commented 2 months ago

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 commented 2 months ago

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

seegunz commented 1 month ago

Use the appropriate installation method from this repo