AtomicFrontierCode/keyboards

Can't run it

4Source opened this issue · 1 comments

Not familiar with Julia got the error when trying to run it from the console with julia keyboardSA.jl:

- Run `import Pkg; Pkg.add("Plots")` to install the Plots package.
Stacktrace:
 [1] macro expansion
   @ .\loading.jl:1630 [inlined]
 [2] macro expansion
   @ .\lock.jl:267 [inlined]
 [3] require(into::Module, mod::Symbol)
   @ Base .\loading.jl:1611```

Can you help how can I fix this?

I got fixed it my self but for somebody else Like me who is not familiar with julia here the Fix:
You need to open the Julia Console there run the Commands:

  • import Pkg; Pkg.add("Plots")
  • import Pkg; Pkg.add("BenchmarkTools")

Than it will probable run