You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PklProject and modulepath don't interact very well right now. That's something we want to improve in the future.
For now you can use direct package imports (import "package://...") instead of a PklProject to get around this issue.
I have the following directory layout
In
PklProject
I have set themodulePath
as followingIn
.pkl
Evaluating using pkl cli works fine: ~/pkl eval .pkl
However in IntelliJ I get an unresolved import. The PklProject file is synced.
The text was updated successfully, but these errors were encountered: