Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get loris running on modern python without sudo etc #9

Closed
bwhitman opened this issue Sep 11, 2022 · 2 comments
Closed

get loris running on modern python without sudo etc #9

bwhitman opened this issue Sep 11, 2022 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@bwhitman
Copy link
Collaborator

bwhitman commented Sep 11, 2022

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

@bwhitman
Copy link
Collaborator Author

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 bwhitman added the help wanted Extra attention is needed label Sep 24, 2022
@bwhitman
Copy link
Collaborator Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant