Skip to content
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

Python3 #4

Open
justinian336 opened this issue Aug 5, 2019 · 7 comments
Open

Python3 #4

justinian336 opened this issue Aug 5, 2019 · 7 comments

Comments

@justinian336
Copy link

justinian336 commented Aug 5, 2019

The backend is written in Python 2.7, which is reaching its end of life in about 4 months. I'm wondering if you're planning to update to Python 3 any time soon?
Also, are you currently looking for contributors?

@msantolini
Copy link

Hi @justinian336! I think Cesar said that in another thread, but on their end they are not currently pursuing the maintenance of the code, so the project is going to be driven by the community. I am planning to get some work done on the repo in the next few months to conduct a team study, I will definitely look into the Python3 update.

@justinian336
Copy link
Author

@msantolini thanks! It would be nice if you could address the Python version issue, since it's kind of a security concern. If you guys need a hand please ping me and I might be able to send some help your way.

@msantolini
Copy link

Great @justinian336! I will ping you when I'm working on it, then!

@melvisglez
Copy link

Cuál es el peor y el mejor de los escenarios.

@justinian336
Copy link
Author

@melvisglez en el mejor de los casos, este proyecto se pierde todas las optimizaciones y mejoras de Python 3. En el peor de los casos, el seguir utilizando Python 2 es un problema de seguridad importante porque el equipo de desarrollo de Python ya no va a hacer ningún tipo de actualizaciones para corregir bugs, o vulnerabilidades.

@melvisglez
Copy link

No entiendo esto que sale en https://openteam.info/merge/
Rastreo (llamadas recientes más última):
Archivo "/usr/local/lib/python2.7/dist-packages/tornado/web.py", línea 1541, en _execute
resultado = método (* self.path_args, ** self.path_kwargs)
Archivo "server.py", línea 2209, en get
the_item = item.split ('=') [1]
IndexError: lista de índice fuera de rango

@nirajvora
Copy link

Hey any updates on the progress here. I'm currently trying to run this code and it is still written in 2.7

If Python 3 is not available, can you at least provide a requirements.txt file with all package versions that are supported? Currently the latest version of all packages being used like (example: oauth2client) are not compatible with the project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants