A.s.
A.s.
You shouldn't install mamba in your dev environment. Or any other. Only in base. Thats the issue. I'm afraid you're not following our docs strictly. The aforementioned link to our...
Currently, `osx` build fails with [error](https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=589816&view=logs&j=e35d4f76-8ff2-5536-d795-df91e63eb9f7&t=fa7b4b17-b6ff-5c9c-8cfc-15f888c92310&l=1835) : ``` Compiling jsonschema v0.16.0 (https://github.com/jqnatividad/jsonschema-rs?branch=master#2aa4cc28) error: linking with `x86_64-apple-darwin13.4.0-clang` failed: exit status: 1 | = note: "x86_64-apple-darwin13.4.0-clang" "-m64" "-arch" "x86_64" "/tmp/rustc0kQ0zL/symbols.o" "/Users/runner/mambaforge/conda-bld/qsvnp_1666027066940/work/target/x86_64-apple-darwin/release/deps/qsv-a2f32c3524f7a397.qsv.91f8cfcd-cgu.0.rcgu.o" "-L"...
@conda-forge-admin, please ping someone who can help me debug the `osx` error. Possibly, this is related to #13622 ...
With SDK 12.5 we got a new [error](https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=590619&view=logs&j=e35d4f76-8ff2-5536-d795-df91e63eb9f7&t=fa7b4b17-b6ff-5c9c-8cfc-15f888c92310&l=1084). Apparently, this one is before the original error that we are trying to correct... 👎🏽 ``` 100 9 100 9 0 0...
@conda-forge-admin, please ping @conda-forge/staged-recipes, ready for review!
I've switched over to this maintained fork: https://libredirect.github.io/
I'm using arch linux with pipewire and alsa, too. Currently experiencing the same issue. After adding the `~/.asoundrc` with my usb headset as instructed by @barbeque-squared ; I still got...
Ok, let me know if I can be of any help, providing any further tests (and logs).
TIL Signal 13 is a broken pipe on the receiving end. In this context, this means that a command (`build_kraken2_db.sh`?) still sends output, but `xargs -0 cat` is not there...
Hi, I've just came across this issue because I encountered [the same problem](https://github.com/numpy/numpy/pull/6453). I'd like to suggest you to try using `pandas.to_datetime`, this datetime object would then be tz aware....