I have the following set up: module xxxxx
at the top of my file named xxxxx.jl
I go to do the following:
include("modules/xxxxx/xxxxx.jl")
using xxxxx
I get the following error:
ERROR: LoadError: ArgumentError: Package xxxxx not found in current path:
- Run Pkg.add("xxxxx")
to install the xxxxx package.
Any suggestions? I don't have this error on Julia v0.6 only on v0.7!
Thanks!