Alexandre Strube
Alexandre Strube
Subprocess returns a byte array in python3, and the output is processed as a string - therefore, we need to convert df's output into a string before we work with...
I have been looking at the documentation, and I couldn't find a description on how to backup the whole system and how to restore from such backup. If someone would...
Explained here: https://youtu.be/5L3Ao5KuCC4?t=957 This little code snipped can move files to a different category, but as the bears are all numbered files, it will try to move a bear from...
**Is your feature request related to a problem? Please describe.** Most supercomputers in the world use of the few schedulers available, like the ones mentioned at the title. Those usually...
I would suggest that the installer checks for git and installs it, if necessary. And stop the installation process if the git clone fails. ``` $ bash -c "$(curl -sL...
The example is the following: I have a software which uses itself to rewrite its configuration files. Let's call this software "straffe" for the sake of example. During the eb...
When using `postinstallpatches = ['file.patch']`, I get this strange error: ``` == 2022-07-05 22:43:20,660 filetools.py:1983 INFO Removing lock /p/home/jusers/strube1/juwels/easybuild/juwelsbooster/software/.locks/_p_home_jusers_strube1_juwels_easybuild_juwelsbooster_software_TensorFlow_2.6.0-gcccoremkl-11.2.0-2021.4.0-CUDA-11.5.lock... == 2022-07-05 22:43:21,042 filetools.py:382 INFO Path /p/home/jusers/strube1/juwels/easybuild/juwelsbooster/software/.locks/_p_home_jusers_strube1_juwels_easybuild_juwelsbooster_software_TensorFlow_2.6.0-gcccoremkl-11.2.0-2021.4.0-CUDA-11.5.lock successfully removed. == 2022-07-05...
This is an issue regarding the discussion on 19.01.2022
The worst part of Easybuild, when it fails, is tracking down where things went wrong. While rebuilding a LOONG toolchain, one ends up with something like this: ```python == configuring......
By default, QT installs itself on /usr/local/Qt-VERSION/VERSION/ etc... When I use it to fix a binary, it correctly brings the binary's own libraries, but ignores Qt frameworks. (maybe because they...