-
Notifications
You must be signed in to change notification settings - Fork 41
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
Python 3 Compatibility #43
Comments
+1 |
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
+1 |
You can check #60 - it works, at least up do displaying the connect page ;) |
I'm running into the same issue.
|
try git+git://github.com/tomassedovic/tornadio2.git@python3#tornadIO2-0.0.3 |
+1 |
I could install it with python 3.6
|
@foxmask @palmkevin @bradjc @riklaunim @sivabudh when i use circus-web, a error occur: 2018-01-25 08:20:40 tornado.access[18236] [INFO] 200 GET /dGNwOi8vMTAuNjYuMjA0LjExOjY2NjY%3D/watcher/create_vm/ (10.65.128.5) 45.45ms |
Sorry for resurrecting this, but I'm still seeing this issue. I'm using the latest version of circusd from pypi (v0.15.0). Python version 3.6.5 on Ubuntu 18.04. I set up a python3 virtual env and pip installed circus and circus-web. Is there a work-around for this? edit: Here's the full exception:
Here's my full ini file: [circus]
statsd = 1
httpd = 1
[watcher:ping]
cmd = ping google.com |
circus-web is abandoned and the Python3 version wasn't published as a package. |
On the readthedoc http://circus.readthedocs.org/en/latest/installation/ at the bottom of the page It said we can install circus-web, but we cant with python 3 as tornadio2 failed at the installation process like this :
May be you can say in the doc that circus-web can only run with python 2.x to avoid to install it with python 3.
know issue about python 3 on tornadio2
The text was updated successfully, but these errors were encountered: