causticsEngineering icon indicating copy to clipboard operation
causticsEngineering copied to clipboard

CausticsEngineering (not found in project, manifest or registry)

Open hiuchungl opened this issue 3 years ago • 1 comments

Just a complete Julia newbie here who was amazed with the project.. As titled, I came across the error of "CausticsEngineering (not found in project, manifest or registry)" when I ran: _include("C:\Users\xxxxxx\Desktop\run.jl"). Any idea what I should do now? Thanks in advance!

hiuchungl avatar Oct 24 '21 08:10 hiuchungl

i have no knowledge about Julia but when I when I changed partially run.jl to

using Pkg Pkg.instantiate()

include("src\CausticsEngineering.jl")

using Images, .CausticsEngineering ...

it started working. Or at least it does something, not sure :) . Mind the dot in the module name.

PDymala avatar Nov 01 '21 13:11 PDymala