-
Notifications
You must be signed in to change notification settings - Fork 261
Cannot use third party libraries #261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
confirmed, it seems imports are broken when gophernotes is compiled with go >= 1.20 This is the same problem as cosmos72/gomacro#146 |
Just tried recompiling it with 1.19.10, can confirm it works, it'll do for now, thanks. I'll close this since it's on gomacro's side. |
I'd rather keep this issue open until it's solved, as it seriously affects gophernotes too. |
[UPDATE] as I wrote in gomacro issue 146 I checked this bug by compiling and running gomacro with various Go toolchains.
So Debian is actively applying a patch that fixes this issue. |
Fixed by commit 5514204 Some imports may still fail, if they contain versioned dependencies that conflict with gophernotes dependencies.
|
Importing third party libraries works, it doesn't complain there. However, when I try to use them it will always complain saying
undefined "<module name>" in <module name>.<function name> <*ast.SelectorExpr>
.For example trying to run the example notebook
Display.ipynb
Or when I try to use the gota example for
ReadCSV
go version: go1.20.5 linux/amd64, running on fedora 38
go env
:The text was updated successfully, but these errors were encountered: