amy
amy copied to clipboard
get loris running on modern python without sudo etc
Update the loris tar to modern python3 install so that it's easier to bundle with AMY
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?
@dpwe also noticed the loris package fails with python subversions with more than one character (e.g. python3.11 is read as python3.1).