Unable to load code with third-party dependencies #1692
Unanswered
santoshkal
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am attempting to load a Hello-World application that includes a third-party dependency using Yaegi. However, I am encountering difficulties during the evaluation process.
I've vendored the dependencies and copied the vendor directory to
$HOME/src
as$HOME
is set as my GOPATH for the interpreter.Here is what my Hello-World application looks like:
I get error saying:
Can someone please help me with this?
Beta Was this translation helpful? Give feedback.
All reactions