-
Notifications
You must be signed in to change notification settings - Fork 50
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
Always getting operation not permitted
all projects
#19
Comments
Go with
|
It was working with |
Same on Linux system as well. 2021/07/09 12:09:50 permission denied |
Any updates? @jondot |
The reason is that there is a problem with the level of directory traversal. You can fix this by: // add "/" suffix to work directory, or zenv root directory will be wrong
modules := weight.Process(work + "/") Or you can use the fork version https://github.com/Bevisy/goweight . |
I am getting an error while trying this out on an example project. Any ideas?
$ git clone https://github.com/jondot/goweight
$ goweight
operation not permitted
macOS - Go v1.15.5
The text was updated successfully, but these errors were encountered: