-
Notifications
You must be signed in to change notification settings - Fork 50
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
make the code compile #2
Comments
|
I'm not asking for missing functionalities - I was wondering if this was by any chance compilable. I mean I've tried to compile it with Python 2.7, 3.6 and 3.8. Each time I had trillion syntax errors in the whole file. That's why I was wondering if this is something on my part or is this code simply not compilable yet? |
It works on nodejs in my repo
so that would make getActionsFromInfoSet uneccesary also |
@EAT-CODE-KITE-REPEAT thanks for the response. I will implement that in #3 @MarekKosinski No it does not yet compile due to issues #3 and #4 I've described previously. |
Do you have any syntax errors? (other than deuces library and getActionsFromInfoSet function) |
@MarekKosinski there are tons of syntax errors. The code uses |
Please take a look from my commit: I have corrected all code errors for Python 3.x (tested on Python 3.7) and now code is fully working. However I don't really understand why you decide to translate Pluribus to Python the fact that NodeJS is very faster than Python (mostly for huge calculation) and I really certify this comparing NodeJS and Python code version speeds... What do you think folks? |
Hi,
I've downloaded your python port and I can't get it to compile - is it possible or it is not finished and the work must be done?
Thanks!
The text was updated successfully, but these errors were encountered: