Thorsten Beier
Thorsten Beier
@constantinpape can maybe help, also his fork (https://github.com/constantinpape/nifty) is way more up to date then mine, but on a first glence it looks like z5 is missing which can be...
I guess the easiest thing is to turn this into a header only lib. I can easily do this in my fork
@ahmadnish you can look into this. The goal is to implement minstcut (also known as GraphCut ) functionality similar to multicut, mincut, lifted_multicut. In fact, mincut and minstcut are very...
Hi @stuarteberg, I swichted to a new version of pybind11 which defines a cmake-function to add python modules. This could change a lot (also this might undo some fixes...)
Some insight, the crash seems to happend in the robin_hood hashing ``` frame #0: 0x000000014e17dbc0 arcticdb_ext.cpython-310-darwin.so`void robin_hood::detail::Table::keyToIdx(std::__1::basic_string_view const&, unsigned long*, unsigned int*) const [inlined] unsigned long long robin_hood::detail::unaligned_load(ptr=) at robin_hood.h:359:5...
the full backtrace is: ``` * thread #18, name = 'CPUPool1', stop reason = EXC_BAD_ACCESS (code=1, address=0x0) * frame #0: 0x000000014e17dbc0 arcticdb_ext.cpython-310-darwin.so`void robin_hood::detail::Table::keyToIdx(std::__1::basic_string_view const&, unsigned long*, unsigned int*) const [inlined]...
It's not yet working but we working on integrating micropip and a very slim mamba (picomamba) into xeus-python.
> Is there any way for a user to installing additional packages from pip into a running `xeus-python` kernel? but his question is about installing in a "running" kernel, ie...
As a workaround , one can mount any file/dir "by hand" https://github.com/jupyterlite/xeus?tab=readme-ov-file#mounting-additional-files ``` jupyter lite build \ --XeusAddon.environment_file=environment.yaml \ --XeusAddon.mounts=/some/path/on/host_machine:/some/path/in/virtual/filesystem ``` @martinRenou reminder: we should get rid of empack completely...
just to double check, you named the file `environment.yml` and **not** `environment.yaml` (since https://github.com/jupyterlite/xeus/blob/de72e20dbe263751aa19aabf1fb91878df03e29a/jupyterlite_xeus/add_on.py#L80C9-L80C25)