proximac icon indicating copy to clipboard operation
proximac copied to clipboard

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

Open Drjacky opened this issue 2 years ago • 3 comments

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"')?

Drjacky avatar Sep 01 '22 16:09 Drjacky

same issue when I try to install it.

evenlee avatar Apr 29 '24 11:04 evenlee

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

orar avatar May 04 '24 13:05 orar

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

evenlee avatar May 06 '24 06:05 evenlee