Juliaup Crash Report

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”.

It says Apple M4 under chip.

Have you been running Julia on this or another Mac before attempting to install Pumas?

no, I haven’t. This is the first time.

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.

Yes, this worked. Thank you so much!

Towards the end of the installation, I am facing this error.

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.

can you give us the screenshot of your entire vscode after you start julia. We would like to see which environment you are on.

Did you notice if the configuration step completed? Please try to reconfigure byt first selecting “List Pumas: Versions” as below

the verify that version 2.7.0 is listed as installed (in my example below it is version 2.6.1). Then move the selection to version 2.7.0 and hit enter

Now select the “Configure VS Code” option

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”).

Once you’ve run these configuration steps then please try to start Pumas again.

Yes, Pumas is up now. Thanks a lot for such detailed, step-by-step directions.