csujedihy / proximac

An open-source alternative to proxifier
GNU Lesser General Public License v3.0
1.47k stars 136 forks source link

Please install libuv fisrt! -- but it iss installed! #51

Open Drjacky opened 2 years ago

Drjacky commented 2 years ago
curl -fsSL https://raw.githubusercontent.com/proximac-org/proximac-install/master/install.py | sudo python3

File "", line 5 print 'Please install libuv fisrt!\n\ run "brew install libuv"' ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Please install libuv fisrt!\n\ run "brew install libuv"')?

evenlee commented 4 months ago

same issue when I try to install it.

orar commented 4 months ago

OSX automatically comes with py3. So install python2 and run the install again

evenlee commented 4 months ago

Thanks @orar , I am on M1 Max, python2 not work properly.