Chris Burr
Chris Burr
No it's still an issue, see #389
This somewhat depends on what exactly you mean by parallel processing however `root_pandas` has been unmaintained in quite a long time so you'll probably be better served by another tool....
@MatousVozak What is the contents of the column that is an object? Strings, arrays or something else? The issue is inside `root_numpy` but it's unlikely to be fixed unless you're...
* I like the idea of the `cmake_find` and `pkgconfig` * I'm not sure an existence macro for `site-packages`/`pymodule` is a common enough use case. Most packages should have `imports`...
@wolfv There is always the option of using: ```yaml - exists: file: - $SP_DIR/mamba/__init__.py ``` for the one or two exceptions where importing isn't possible because it needs to have...
@CJ-Wright I'm not sure quite what you're referencing? In the example: ```yaml test: imports: - mamba ``` then roughly maps to the command `python -c 'import mamba'`. Is it that...
> Another way to do this would also to perform import test without the test env specs... as a two step process, and add the additional specs later I think...
I'm not testing on Windows as [micromamba isn't used for Windows+miniforge](https://github.com/conda-forge/miniforge/blob/6f939fcbd8ea5ae4b9ed5c868f7f7ea5d4e8a70b/scripts/build.sh#L41-L54) and I don't have the means to debug it easily. (It seems like the tests deadlock in the CI.)
For reference here is the deadlocked pipeline for Windows: https://github.com/conda/constructor/runs/5536429721?check_suite_focus=true