I selected Pumas 2.7 version and the installation began. After a while I received this error.
Well, this is embarrassing.
Juliaup had a problem and crashed. To help us diagnose the problem you can send us a crash report.
We have generated a report file at “/var/folders/lp/p1w1_8sd6cq2zpvz7q8d6ysm0000gn/T/report-768bb946-1073-4d3b-bb42-cdace0cc26ab.toml”. Submit an issue or email with the subject of “Juliaup Crash Report” and include the report as an attachment.
To submit the crash report:
We take privacy seriously, and do not perform any automated error collection. In order to improve the software, we rely on people to submit reports.
Thank you kindly!
Failed to initialize Pumas@2.7.0
Error: ProcessFailedException(Base.Process[Process(juliaup add '1.11.5~x64', ProcessExited(101))])
Which CPU do you have? You can see this if you clock the apple symbol to the upper left and select “About this Mac”. Then the CPU type is listed under “Chip”.
We have now been able to reproduce this issue. It looks like you don’t have Rosetta installed on your machine. Could you please try to install it by running the following command in Terminal.app
softwareupdate --install-rosetta
and then rerun the Pumas install steps. You can see a video here, https://www.youtube.com/watch?v=BvCFylmfpsg, for more details is you are not familiar with using the command line.
The problem is the leading “julia” part. Did it come from Step 4 in Desktop Installation · Pumas ? If so, did you copy and paste it into the REPL? When pasting julia> using Pumas into the REPL then the julia> part is automatically removed, i.e. the actual command to be run is just using Pumas.
You can now choose to either configure VS Code to use Pumas for all Julia project (“Set Globally”) or just for the project in your current folder (“Set for Workspace”).