-
Notifications
You must be signed in to change notification settings - Fork 22
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
"Missing parentheses in call to 'print'." #25
Comments
Hi, the dev branch should be compatible with Python 3.
…On Sat 12 Sep 2020 at 06:58, ALAN LI ***@***.***> wrote:
Hello! I have just installed the packages as the README file mentioned. I
type "python auto_martini" to test, but it seems that your code is based on
python 2. My environment is anaconda 2. Could you help me about this? Thank
you!
[image: 捕获]
<https://user-images.githubusercontent.com/49156229/92988622-d116ed80-f4ff-11ea-8ae6-0e770b2f46aa.GIF>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#25>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGE2MRCK3VYXMJVWF3ZZKDSFMEXNANCNFSM4RJCNICQ>
.
|
Really sorry. I still have some problems. When I type Is the code on github is the latest version? Thank you!!!! |
Please clearly state a) the version of Python you are using. b) the branch of the auto-martini code you are using. The error message which you posted suggests that you are still using the master branch rather than switching to the dev branch, as was recommended by Tristan. |
I see I used the master branch previously, and I found the dev branch. However, how can I run the dev branch after the packages have been installed? |
The dev branch has its own readme file that gives instructions on how to use the code. Please follow these instructions and try the GUA example as specified there. |
I have tried added all the packages. However, I type |
Really, thank you! I can run auto_martini!! |
@ALANLI0258 |
please use the dev version. |
@ALANLI0258 |
No worries! It’s been a long time, I don’t remember clearly. You may try run "python setup.py". |
Hi, @tbereau @ALANLI0258 |
@maojinyuan I've edited the README of the
that should do it. |
@tbereau, |
Hello
is as follows:
You only need to convert the "view" into a list, simply wrap voronoi.values() in a list():
Regards - Osvaldo |
Hello! I have just installed the packages as the README file mentioned. I type "python auto_martini" to test, but it seems that your code is based on python 2. My environment is anaconda 2. Could you help me about this? Thank you!
The text was updated successfully, but these errors were encountered: