I'm on Ubuntu and would like to use Genie.jl but I can't even get Genie to precompile. It's also not the only error message I get. By just running "using Genie" gives me the following:
ERROR: LoadError: LoadError: syntax: invalid keyword argument syntax "webserver"
I already tried Pkg.resolve()
and Pkg.instantiate()
and pkg> update
. All without success.
Noticed that Julia was on version 1.4.1. After updating all problems were resolved.