It began patching many files, before crashing with:
SageMath/src/bin/sage-python: line 2: 47037 Killed: 9 sage -python "$@"
Running ./sage again, I get
./sage
dyld: Library not loaded: /SageMath/local/lib/libpython3.7m.dylib
Referenced from: /SageMath/local/bin/python3
Reason: no suitable image found. Did find:
/SageMath/local/lib/libpython3.7m.dylib: code signature in (/SageMath/local/lib/libpython3.7m.dylib) not valid for use in process using Library Validation: library load disallowed by system policy
/SageMath/local/lib/libpython3.7m.dylib: stat() failed with errno=1
/SageMath/local/lib/libpython3.7m.dylib: code signature in (/SageMath/local/lib/libpython3.7m.dylib) not valid for use in process using Library Validation: library load disallowed by system policy
/SageMath/src/bin/sage-python: line 2: 48215 Abort trap: 6 sage -python "$@"
On running ./sage again, errors pop up with a dialogue box saying (e.g.):
"termios.cpython-37m-darwin.so cannot be opened because the developer cannot be verified.
macOS cannot verify that this app is free from malware.”
I tried to temporarily allow this “app" in system preferences but there are many such files and each time one tries to run ./sage a new error comes up. Other example files mentioned in these error messages include:
- resource.cpython-37m-darwin.so
etc.
Has anyone else experienced this issue?
Best,
Rachel
the issue is with "improved" security settings on MacOS 10.15.
I don't have access to 10.15, so I can't give details...
--
You received this message because you are subscribed to the Google Groups "sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sage-support...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-support/f0634ac1-c651-4d81-bd00-61d7bb68b98d%40googlegroups.com.
Suggestion (initial $ on any line denotes shell prompt):- download sage-9.0-OSX_10.15.2-x86_64.tar.bz2- extract with$ tar -xf sage-9.0-OSX_10.15.2-x86_64.tar.bz2which gives a SageMath folder- recursively unquarantine that folder with$ xattr -rd com.apple.quarantine SageMath- change to SageMath and run Sage with$ cd SageMath$ ./sage
--
You received this message because you are subscribed to the Google Groups "sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sage-support...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-support/84ed4fa6-b12a-449a-8eb6-1ad456b12468%40googlegroups.com.