Re: [sage-support] failure to make on M1 MacBook 2020

2024-10-18 Thread Jackson Walters
I removed those three from my path and I'm still getting the same error: % echo $PATH /opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.securi

Re: [sage-support] failure to make on M1 MacBook 2020

2024-10-18 Thread Dima Pasechnik
The errors you have might be due to the use of pyenv (perhaps it's not activated, but still it might be a problem). Specifically, in your PATH you have PATH: /opt/homebrew/Cellar/pyenv-virtualenv/1.2.4/shims/ PATH: /Users/jacksonwalters/.pyenv/shims/ PATH: /Users/jacksonwalters/.pyenv/bin/ PATH: /

Re: [sage-support] failure to make on M1 MacBook 2020

2024-10-18 Thread Dima Pasechnik
Hi, could you post the top-level config.log and logs/install.log ? Thanks. On 18 October 2024 20:19:13 BST, Jackson Walters wrote: >Hi all, > >I am making some changes to `symmetric_group_representations.py`, and it >would be useful to test them locally before committing them to a PR. I >have

[sage-support] failure to make on M1 MacBook 2020

2024-10-18 Thread Jackson Walters
Hi all, I am making some changes to `symmetric_group_representations.py`, and it would be useful to test them locally before committing them to a PR. I haven't found it necessary to build Sage from source, but I'd like to now. I am following the instructions in "Instructions to Build from Source"