If you encounter Error: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" while running roc in WSL, it probably means you're on the old WSL version 1. You can check with wsl --version.
Upgrading to WSL 2 should solve this issue. Leave a comment below if it doesn't.
If you encounter
Error: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted"
while running roc in WSL, it probably means you're on the old WSL version 1. You can check withwsl --version
.Upgrading to WSL 2 should solve this issue. Leave a comment below if it doesn't.