Error while running the script

I installed new version of Pumas and unable to execute. Please see the screenshot. I tried to troubleshoot but with no success. I loaded all the libraries. Could you please help me on this? thanks

Hi @kkolachana,

Could you please show the code where you loaded the libraries so we can confirm whether that is correct or not? As well as any errors that loading the libraries printed. The screenshot does not show that part of the script.

Kind regards,
Michael Hatherly

Sure .. Here it is

When you run using Pumas what error message is shown in the REPL?

I dont see any error message . Please see the screenshot .

That looks like Pumas is loading fine. Did you try evaluating that @model into the REPL after the using Pumas call?

@model runs successfully after using Pumas call … Do I have to execute ‘using Pumas’ separately every time ? even after loading all the libraries.?

Yes, everytime you open VSCode, you will have to execute the using Pumas or for that matter any other package, just like in R or any other language.

Also, where did you pick these packages in the screenshot from? We don’t support Weave anymore, although you can use it.