Sam Moors
Sam Moors
(created using `eb --new-pr`) depends on framework PR: - https://github.com/easybuilders/easybuild-framework/pull/4474 now also implements an "object storage" as suggested by @boegel . things i’m not sure about: - currently uses symlinks...
Installing with this command (Python 2.7): `pip install --prefix= PyUtilib` looks like it works, with no errors reported. However, importing the modules in python fails due to some `__init__.py` files...
(created using `eb --new-pr`) requires: - https://github.com/easybuilders/easybuild-easyconfigs/pull/20642
(created using `eb --new-pr`)
retry by replacing hyphen with underscore in the name: `abc-def-%(version).tar.gz` -> `abc_def-%(version).tar.gz` only done if: - it's an extension - download from PyPI - there's only 1 source url -...
required for installing in bwrap namespace, see also https://github.com/easybuilders/easybuild-framework/issues/4110
also show the iteration number (starting at 1) instead of iteration index (starting at 0) before: ``` == starting iteration #0 ... == starting iteration #1 ... == starting iteration...
when reinstalling software with EB on an active cluster, the software is unavailable or in a broken state during the reinstallation process, which might take a long time here we...
many easyconfigs currently have `PYTHONPATH` defined in `modextrapaths`, which escapes the `--prefer-python-search-path=EBPYTHONPREFIXES` setting. ### updated proposal: by introducing a new parameter, say `python_paths`, those paths can be added either to...