You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pipeline.py and any other python files may not support python 3
Concern 1 could be fixed by a fork or included as vendor branch. But
we can't use pip and PyPI unless we make a renamed package or configure pip to install through our own forked repo.
Concern 2 could be fixed by having seesaw running 2to3 on project files before executing them.
The text was updated successfully, but these errors were encountered:
It is anticipated that there will be two branches for Python 2 and Python 3 until it has been decided how to handle the Warrior VM migration to Python 3.
torandio2 is no longer maintained, so Python 3.0 is not been added. This means
that circus-web doesn't work under (see Issue circus-tent#43).
From the torandio2 README.rst
> Unfortunately, Socket.IO 0.8 branch is abandoned, there are huge amount of
> bugs and nothing getting fixed. I would suggest to look at alternative
> options, for example SockJS <http://github.com/sockjs/>. There's
> sockjs-tornado <http://github.com/mrjoes/sockjs-tornado/> too. I don't plan
> to support TornadIO2 anymore, assuming that parent library is no longer
> maintained.
Following the example provided by seesaw-kit
ArchiveTeam/seesaw-kit#40
There are two concerns:
Concern 1 could be fixed by a fork or included as vendor branch. But
we can't use pip and PyPI unless we make a renamed package or configure pip to install through our own forked repo.
Concern 2 could be fixed by having seesaw running 2to3 on project files before executing them.
The text was updated successfully, but these errors were encountered: