-
Notifications
You must be signed in to change notification settings - Fork 13
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
undefined: syscall.Handle
errors on macOS
#56
Comments
I have personally never tested it under macOS, only under Windows and Linux systems. I will take a closer look at the problem. But please check if you are using the latest release. |
Thanks!
Mmmm, strange. This:
results for me in release |
Try |
Yep, that fixed it. Thanks. I followed the read me in my initial attempt:
But with |
Very nice, I'll close the issue then. |
Hi, still encountering this issue as I'm using a workflow automation tool where Go is bunbled and we don't have the possibility to include any latest tag (packages are automatically downloaded from last release):
Running Azure Linux in Kubernetes. It seems that the issue lies in the way the release is pulled by default with Go if not indicating latest. Unsure if this is completely related to the package or to the automation tool, I opened a similar issue in their repo to clarify. |
I needed to fuck around a bit with the releases/tags and the dbase directory in my module, but it should be solved now. go get github.com/Valentin-Kaiser/go-dbase@latest
go: added github.com/Valentin-Kaiser/go-dbase v1.12.0
go get github.com/Valentin-Kaiser/go-dbase/dbase@latest
go: added github.com/Valentin-Kaiser/go-dbase v1.12.0
|
I'm not sure if there is an issue with my Go environment on macOS, but when I try to use the module (for example by running the examples), I get
syscall.Handle
errors:Is there a known issue with running this module on macOS? (M1, Ventura 13.1)
The text was updated successfully, but these errors were encountered: