Julia can't precompile Genie.jl

107 Views Asked by At

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.

1

There are 1 best solutions below

0
On

Noticed that Julia was on version 1.4.1. After updating all problems were resolved.