Skip to content
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

Error Getting platform_full_version for Apple M1 Computer #1420

Open
kmlefran opened this issue Apr 29, 2024 · 2 comments
Open

Error Getting platform_full_version for Apple M1 Computer #1420

kmlefran opened this issue Apr 29, 2024 · 2 comments
Assignees
Milestone

Comments

@kmlefran
Copy link

Trying to parse Gaussian log files generated on an Apple M1 Computer generates an error.

_, _, platform_full_version, compile_date = next(inputfile).split()
ValueError: too many values to unpack (expected 4)

This is because the computer name is two words in the Gaussian log file. On the line after the citation, shown below, splitting the line results in 5 words instead of the expected 4

Gaussian 16:  Apple M1-G16RevC.02  7-Dec-2021

Error is not observed if the line is manually corrected to: (note removal of space between Apple and M1)

Gaussian 16:  AppleM1-G16RevC.02  7-Dec-2021

Is it possible to get a fix for this, rather than having to adjust all files manually?

@berquist berquist added this to the v2.0 milestone Apr 29, 2024
@berquist
Copy link
Member

Thanks for letting us know. Do you have an output file that can be shared so we can test against a proper fix?

@kmlefran
Copy link
Author

Here is a Gaussian file affected by this issue

co_pbe1pbe_631ppGss.log

@berquist berquist self-assigned this May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants