We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
enki does not seem to work with python 3. If I try to import enki in a python3 shell, I get the following error
>>> import enki Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/local/lib/python3.5/dist-packages/enki/__init__.py", line 25, in <module> import pbclient File "/usr/local/lib/python3.5/dist-packages/pbclient/__init__.py", line 168 print OFFSET_WARNING ^ SyntaxError: Missing parentheses in call to 'print'
The text was updated successfully, but these errors were encountered:
Yes. We know it. We're planning to start migrating everything to Python 3.5 in the coming months.
Sorry, something went wrong.
No branches or pull requests
enki does not seem to work with python 3. If I try to import enki in a python3 shell, I get the following error
The text was updated successfully, but these errors were encountered: