-
Notifications
You must be signed in to change notification settings - Fork 88
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
Is Python 3 supported #71
Comments
Hey, we are using bots with Python 3.6 with some minor changes without problems. I think that all Python 3 versions are not officially support by bots and you may run into problems with some features. |
@mschop you're very right and I apologize for the frustration in the inconsistencies. My own and several other core maintainers' schedules have the docs and even the code more than slightly out of date. @jwaschkau is correct that there are some minor issues but we need to do a full update to not only python 3.x but also with all of the Django dependencies. I'm leaving this issue open until we can correct it. |
3.5 and 3.6 should work with the current version but please open issues for any incompatibilities and we'll get them patched as quickly as we can. |
I've been trying to get this working for python 3.5 on windows but no luck so far... First one was which leads to:
Created a postgres db to match the settings.py and then tried using the Is python 3.5 supposed to be working for me on Windows? I tried 3.6 aswell and 3.7 but no luck... |
We have done following changes to get Python 3.6 compatibility for the features we use.
|
Brilliant - thanks for the response. I was able to get python3.6 working with SQLite after some modifications. |
Hi all,
I am irritated because of the inconsistency between the docs and the PIP package. Here (https://pypi.org/project/bots/) it says, that bots is compatible with Python 2.7, 3.4 and 3.5. But the docs explicitly says in multiple places, that Python >= 3.0 does not work. (Example: https://bots-edi.github.io/bots/installation.html#nix-installation)
Which information is correct?
Best Regards
mschop
The text was updated successfully, but these errors were encountered: