-
Notifications
You must be signed in to change notification settings - Fork 9
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 on using POVME3 #43
Comments
Hi @TianmingQu,
I think the problem is that you need to use Python 2.7 - POVME3 doesn't yet
have python 3 support.
Hope this helps! I'm just heading out on holiday vacation so I may not
respond very quickly to subsequent posts.
…On Tue, Dec 14, 2021 at 2:06 PM TianmingQu ***@***.***> wrote:
Hi all, When I run POVME3.py sample_input.ini, it says:
"print "WARNING: Use of multiple processors is not supported in Windows.
Proceeding with one processor..."
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean
print("WARNING: Use of multiple processors is not supported in Windows.
Proceeding with one processor...")?"
Could someone help me with this?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#43>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD4STV33LUPHZAXLP6PGKVLUQ65U7ANCNFSM5KCCIJZQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Hi, I switch the python version to python2.7, but it still shows the same error information. Looking forward to your further reply, wish you have a nice holiday! |
I don't think your environment is set up correctly - python2 shouldn't require parentheses in print statements. Could you reinstall using the installation instructions from the README and let me know if the problem persists? |
Hi all, When I run POVME3.py sample_input.ini, it says:
"print "WARNING: Use of multiple processors is not supported in Windows. Proceeding with one processor..."
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("WARNING: Use of multiple processors is not supported in Windows. Proceeding with one processor...")?"
Could someone help me with this?
The text was updated successfully, but these errors were encountered: