Mark
Mark
Thanks for the update, Marius. Though that would be a workaround, we'd also lose all error messages. I might be able to get some time here at ISI to at...
`site-packages\_pytest\compat.py:328: UserWarning: Code: _pytestfixturefunction is not defined in namespace DCAT` Also raised there.
Use `wsl git` as command.
We are having very similar discussions for the Dutch National healthdata catalog, where we'd harvest from multiple regional nodes. Also with an eye on the European Health Data Space, interoperability...
Relevant again, see https://github.com/ckan/ckan-docker-base/issues/78
There's defintely a bug in the harvester: even though there is a for-loop, it only returns a single dict. The dict gets overwritten on every iteration. The changes in this...
Great work @amercader ! Are there any plans for DatasetSeries support? It seems one of the most exciting (and difficult?) features of DCAT-3!
Adding some observations here I posted on Slack. Problem indeed appears to be the `gcc-runtime` requirement. The workaround of setting the older compiler to be an external compiler does work,...
The `LD_LIBRARY_PATH` is non-standard on our system, but even setting it explicitly to include the correct folder still does not fix the problem: ```sh [s240394@Nucleus042 ~]$ ./nvtop-3.2.0-x86_64.AppImage No GPU to...
3.1 gave a slightly more meaningful error: ``` ./nvtop-x86_64.AppImage ./nvtop-x86_64.AppImage: /lib64/libc.so.6: version `GLIBC_2.26' not found (required by ./nvtop-x86_64.AppImage) ``` Which is reasonable given we only have glibc 2.18 on RHEL...