On google collab i keep getting NameError on "in_addr"
Describe the bug After running the command on Google Collab I keep getting NameError on "in_addr"
To Reproduce The error is as follows (NameError: name 'in_addr' is not defined)
Info (please complete the following information):
OS (e.g., Linux): Windows
GPU model: AMD Radeon(TM) Vega 8 Graphics Radeon RX 560X
Any other relevant information: I am using Anaconda for the prompt and Avatarify has been activated there. This issue arises from Google Collab under 'Start the Client'
Screenshots
Logs 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
Source: alievk/avatarify-python