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

Supervisor not install on Python3.6 #943

Closed
vBlackOut opened this issue Jun 5, 2017 · 5 comments
Closed

Supervisor not install on Python3.6 #943

vBlackOut opened this issue Jun 5, 2017 · 5 comments

Comments

@vBlackOut
Copy link

vBlackOut commented Jun 5, 2017

i used the fedora 26 and python3.6 defaulty
Collecting supervisor
Using cached supervisor-3.3.2.tar.gz
Complete output from command python setup.py egg_info:
Supervisor requires Python 2.4 or later but does not work on any version of Python 3. You are using version 3.6.1 (default, May 9 2017, 15:52:14)
[GCC 7.1.1 20170503 (Red Hat 7.1.1-1)]. Please install using a supported version.

@mnaberez
Copy link
Member

mnaberez commented Jun 5, 2017

Supervisor is not yet compatible with Python 3, as noted in the README. Python 3 issues are being tracked under the tag python 3.

@mnaberez mnaberez closed this as completed Jun 5, 2017
@zyv
Copy link

zyv commented Feb 21, 2018

@mnaberez run into this problem half a year later - the currently released version is supervisor 3.3.4; unreleased 4.0 is apparently Python 3 compatible. Could you please tell what are the release plans for 4.0? Is there any alternative to running from git in the meantime? Many thanks!

@alejandrohdo
Copy link

alejandrohdo commented May 28, 2018

I have installed in a virtual environment with python3.6, thus : pip install git+https://github.com/Supervisor/supervisor@master how much I try to execute by supervisorctl start celeryd, example and throw something at me
error: <class 'PermissionError'>, [Errno 13] Permission denied: file: /home/omar/Escritorio/virtual_envs/env_celery/lib/python3.6/site-packages/supervisor/xmlrpc.py line: 557

Who had a similar problem and how could it be solved?, thanks

@inmate37
Copy link

@alejandrohdo I have the same issue and I couldn't solve it yet, Im seriously thinking about using circus instead

@axd1967
Copy link

axd1967 commented Nov 23, 2018

do you have this line in your supervisord config:

; the below section must remain in the config file for RPC
; (supervisorctl/web interface) to work, additional interfaces may be
; added by defining them in separate rpcinterface: sections
[rpcinterface:supervisor]
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface

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

No branches or pull requests

6 participants