diff --git a/Code/setup_macos.py b/Code/setup_macos.py index bac3683f..1a7eb7bc 100644 --- a/Code/setup_macos.py +++ b/Code/setup_macos.py @@ -7,7 +7,7 @@ flag=flag | 0x01 break for x in range(1,4): - if os.system("pip3 install PyQt5==5.15.2") == 0: + if os.system("pip3 install --config-settings --confirm-license= PyQt5==5.15.2") == 0: flag=flag | 0x02 break for x in range(1,4):