Dear all, I'm trying to install DIRACOS on a MacOS system with macOS Ventura 13.2.1.
After downloading the script by
curl -LO https://github.com/DIRACGrid/DIRACOS2/releases/latest/download/DIRACOS-Darwin-x86_64.sh
and executing the following one in a bash shell
bash DIRACOS-Darwin-x86_64.sh
I get the following error:
PREFIX=/Users/longof/CTADIRAC/diracos
Unpacking payload ...
DIRACOS-Darwin-x86_64.sh: line 279: /Users/longof/CTADIRAC/diracos/conda.exe: Bad CPU type in executable
DIRACOS-Darwin-x86_64.sh: line 282: /Users/longof/CTADIRAC/diracos/preconda.tar.bz2: No such file or directory
I found the first error to be related to the usage of a bash script instead of a zsh one.
I then tried with zsh with the other script
DIRACOS-Darwin-arm64.sh
I get rid of the "Bad CPU type" error but I still get the second error
zsh DIRACOS-Darwin-arm64.sh
Unpacking payload ...
DIRACOS-Darwin-arm64.sh:268: no such file or directory: /Users/longof/CTADIRAC/diracos/preconda.tar.bz2
Thanks for any help.
Dear all, I'm trying to install DIRACOS on a MacOS system with macOS Ventura 13.2.1.
After downloading the script by
curl -LO https://github.com/DIRACGrid/DIRACOS2/releases/latest/download/DIRACOS-Darwin-x86_64.sh
and executing the following one in a bash shell
bash DIRACOS-Darwin-x86_64.sh
I get the following error:
PREFIX=/Users/longof/CTADIRAC/diracos
Unpacking payload ...
DIRACOS-Darwin-x86_64.sh: line 279: /Users/longof/CTADIRAC/diracos/conda.exe: Bad CPU type in executable
DIRACOS-Darwin-x86_64.sh: line 282: /Users/longof/CTADIRAC/diracos/preconda.tar.bz2: No such file or directory
I found the first error to be related to the usage of a bash script instead of a zsh one.
I then tried with zsh with the other script
DIRACOS-Darwin-arm64.sh
I get rid of the "Bad CPU type" error but I still get the second error
zsh DIRACOS-Darwin-arm64.sh
Unpacking payload ...
DIRACOS-Darwin-arm64.sh:268: no such file or directory: /Users/longof/CTADIRAC/diracos/preconda.tar.bz2
Thanks for any help.