I am also having trouble installing Sage on macOS Catalina 10.15.2. The issue appears to be with the internal version of python.
Here’s what I did: - - Downloaded sage-9.0-OSX_10.15.2-x86_64.tar.bz2 - - Opened with tar -xzf sage-9.0-OSX_10.15.2-x86_64.tar.bz2 - - Cd’d into SageMath - - Ran ./sage 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: - - fcntl.cpython-37m-darwin.so - resource.cpython-37m-darwin.so etc. Has anyone else experienced this issue? Best, Rachel On Monday, 6 January 2020 10:04:33 UTC, Christian Bean wrote: > > I attempted to install Sage 9.0 on my Mac (macOS Catalina 10.15.2). > Unfortunately, the build failed. I attached some log files of the failed > build. I have installed brew and command line tools. > > ccache-3.3.4.log: https://hastebin.com/agazivozeh.coffeescript > > openssl-1.1.1b.log: https://hastebin.com/ibiwibepax.coffeescript > > patch-2.7.5.log: https://hastebin.com/imeyihozub.bash > > config.log: https://hastebin.com/wukayudaqa.makefile > > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-support/010654ec-df63-4b1b-8dce-66b9433b8b86%40googlegroups.com.
