AtomicFrontierCode / keyboards

Simulated annealing code for video
MIT License
274 stars 32 forks source link

Can't run it #4

Closed 4Source closed 7 months ago

4Source commented 7 months ago

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?
4Source commented 7 months ago

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:

Than it will probable run