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
Since a short while I get:
╭─ pixi ~/Programs/rip ‹main› ╰─$ cargo run --release test 2 ↵ Finished release [optimized] target(s) in 0.10s Running `target/release/rip test` 2023-10-04T08:19:15.920060Z INFO rip: cache directory: /Users/wolfv/Library/Caches/rattler/pypi × Permission denied (os error 13)
Not really sure what has changed ...
The text was updated successfully, but these errors were encountered:
git bisect shows that #37 introduced the issue for me. I'll have a look.
git bisect
Sorry, something went wrong.
The issue is that I do not have any python available. However, the error does not really communicate this – I'll see what I can do.
python
run which to find python executable (#46)
95214a4
fixes #45
Successfully merging a pull request may close this issue.
Since a short while I get:
Not really sure what has changed ...
The text was updated successfully, but these errors were encountered: