We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ERROR: could not load library "C:\Users\vvvv.julia\artifacts\eb1552d6c727b018c5d88f8a194531e151fb9a1b\wgpu_native.dll" Access is denied.
Solution to this problem is on julia discourse :
lib = joinpath(artifact"WGPUNative", "wgpu_native.dll") chmod(libfile, filemode(lib) | 0o755)
But this needs to be done after artifacts are downloaded. I am not sure if we can do the same while packaging instead.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Solution to this problem is on julia discourse :
But this needs to be done after artifacts are downloaded. I am not sure if we can do the same while packaging instead.
The text was updated successfully, but these errors were encountered: