Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't run it #4

Closed
4Source opened this issue Nov 18, 2023 · 1 comment
Closed

Can't run it #4

4Source opened this issue Nov 18, 2023 · 1 comment

Comments

@4Source
Copy link

4Source commented Nov 18, 2023

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
Copy link
Author

4Source commented Nov 18, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant