amy icon indicating copy to clipboard operation
amy copied to clipboard

get loris running on modern python without sudo etc

Open bwhitman opened this issue 3 years ago • 2 comments

Update the loris tar to modern python3 install so that it's easier to bundle with AMY

bwhitman avatar Sep 11 '22 18:09 bwhitman

test -z "/usr/local/lib" || ../config/install-sh -c -d "/usr/local/lib"
 /bin/sh ../libtool   --mode=install /usr/bin/install -c   libloris.la '/usr/local/lib'
/usr/bin/install -c .libs/libloris.13.0.0.dylib /usr/local/lib/libloris.13.0.0.dylib
install: /usr/local/lib/libloris.13.0.0.dylib: Permission denied
make[2]: *** [install-libLTLIBRARIES] Error 71
make[1]: *** [install-am] Error 2
make: *** [install-recursive] Error ```

Maybe just set the install path to homebrew etc? 

bwhitman avatar Sep 11 '22 18:09 bwhitman

@dpwe also noticed the loris package fails with python subversions with more than one character (e.g. python3.11 is read as python3.1).

bwhitman avatar Dec 22 '23 22:12 bwhitman