Using nomad-lab
Currently it is very hard to sensibly use nomad-lab
without the plugins. For the new gui, i am using a simple pyenv with just "pip install nomad-lab", but this will apply to other nomad-lab
users as well.
- currently (
develop
) the C parsers are in the package, but the schemas have been (partially) removed. Without excluding all C parsers/normalizers in thenomad.yaml
, I can do almost nothing withnomad-lab
, becauseparsers
gets imported all the time and this import fails because the C parsers cannot import their schema. I am forced to also install the C plugins or exclude them explicitly. - even with explicitly excluding all C parsers,
example_uploads.yml
is missing from thenomad-lab
package and I get an error on loading the app.