-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve documentation for "how to run a parse" #86
Comments
@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 important<https://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.
@PauloGitHB<https://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 GitHub<#86 (comment)>, or unsubscribe<https://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:
The text was updated successfully, but these errors were encountered: