Open nakib opened 1 year ago
Hello, I followed tutorial 13 but executed the following command:
nomad parse tests/data/test_sintering.archive.yaml --show-archive > normalized.archive.json
the following error appears even though everything is configured correctly in my environment: ModuleNotFoundError: No module named 'sintering' You are accessing functionality that requires extra dependencies. Check the NOMAD documentation or install all extra dependencies: pip install nomad-lab[infrastructure,dev]
But these modules are well installed too.
@PauloGitHB this is probably not the best place to discuss this problem as this is not an issue concerning the parsing documentation. I would recommend to either ask on our Discord server: https://discord.gg/Gyzx3ukUw8 (recommended as I believe it's an issue with your environment and not a problem with NOMAD), or open a separate issue describing your problem, ideally with a link to a repository where you are working and a set of steps for how to reproduce your issue.
That being said, the error states that you don't have a module called 'sintering' which would either suggest that you have not installed the plugin you are developing in your environment or that said plugin doesn't include a module called 'sintering'.
Hello,
Sorry I saw the forum title too late but I have already deleted my comment.
Thank you for your help
Have a nice day
De : Hampus Näsström @.> Envoyé : jeudi 19 septembre 2024 15:12 À : nomad-coe/nomad @.> Cc : Paul Levasseur @.>; Mention @.> Objet : Re: [nomad-coe/nomad] Improve documentation for "how to run a parse" (Issue #86)
Vous ne recevez pas souvent de courriers de la part de @.*** Découvrez pourquoi cela est importanthttps://aka.ms/LearnAboutSenderIdentification
Hello, I followed tutorial 13 but executed the following command:
nomad parse tests/data/test_sintering.archive.yaml --show-archive > normalized.archive.json
the following error appears even though everything is configured correctly in my environment: ModuleNotFoundError: No module named 'sintering' You are accessing functionality that requires extra dependencies. Check the NOMAD documentation or install all extra dependencies: pip install nomad-lab[infrastructure,dev]
But these modules are well installed too.
@PauloGitHBhttps://github.com/PauloGitHB this is probably not the best place to discuss this problem as this is not an issue concerning the parsing documentation. I would recommend to either ask on our Discord server: https://discord.gg/Gyzx3ukUw8 (recommended as I believe it's an issue with your environment and not a problem with NOMAD), or open a separate issue describing your problem, ideally with a link to a repository where you are working and a set of steps for how to reproduce your issue.
That being said, the error states that you don't have a module called 'sintering' which would either suggest that you have not installed the plugin you are developing in your environment or that said plugin doesn't include a module called 'sintering'.
— Reply to this email directly, view it on GitHubhttps://github.com/nomad-coe/nomad/issues/86#issuecomment-2360950181, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A6D3PVQSKHNQJRXII2GPDNLZXLETHAVCNFSM6AAAAABOPZFZLGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNRQHE2TAMJYGE. You are receiving this because you were mentioned.Message ID: @.***>
I'm requesting improvement of the doc at http://nomad-lab.eu/prod/v1/staging/docs/apis/local_parsers.html
Details: