UndefVarError: `##272` not defined

I installed latest julia version 1.10.2 and encountered error messages for every line of code with “UndefVarError: ##272 not defined.” Cannot find someone who has similar issue by searching.

That’s an odd error. Are you using VS Code or Atom? The Atom IDE isn’t really supported anymore.

Can you launch a terminal on your machine, start Julia in the terminal, and then run that code in the Julia session?

2 Likes

Right, I am still using Atom IDE as I feel more comfortable than VS Code.

After downgrading julia version 1.7.3 (that I used to use before installing 1.10.2) it works on Atom without errors. Maybe I need to move to VS Code soon for avoiding such errors as well as up-to-dated.

Thanks for the answer.

1 Like