ggebbie / ECCOtour.jl

Take a self-guided tour of the ECCO version 4 release 4 ocean reanalysis product.
MIT License
1 stars 0 forks source link

`using` statements fail at first usage #28

Closed ggebbie closed 3 years ago

ggebbie commented 3 years ago

Cora and I have seen problems with the using statements at the beginning of a script, for example, filter_interannual.jl. First, we made sure that the Pkg.status() returns the proper packages, not just pointing to a local directory. If problems persist, we found that updating the packages may help (i.e., Pkg.update()).

ggebbie commented 3 years ago

Environment works on both Mac and Ubuntu 20.10 now. Good idea to keep track of the compatibility between OSes.