Open dn-ra opened 1 year ago
Hi @dn-ra
Yeah, that is definitely a Python 2/3 issue there.
It looks like many of the fixes on our fork are now upstream. Could you have a go at switching to the code from https://github.com/elasticluster/elasticluster instead?
Their docs suggest it should be working with Python 3
Thanks Andy. Just tried installing from the main elasticluster repo and had the same issue. This is with python 3.9.5
Hi @dn-ra,
I've been looking Elasticluster on and off, and I think the code is in bad shape. There's a heap of open issues upstream, so I think the project itself might be close to unmaintained.
We'll have to work out internally whether we can continue to support it or not. How valuable is this project to you?
cheers, Andy
Hi Andy,
It's not an essential component of the work. I Understand if it's too much work to continue supporting.
Thanks for checking it out.
Dan
Hi,
Trying to follow the instructions to deploy a hadoop cluster and I run into this error:
This seems to be an issue with using python2 to install a python3 script, so I recreated the virtual env with python3.
But after installing in a python3 env (successfully), launching the hadoop fails with the following error:
Which seems like another compatibility error, this time python3 interpreter reading python2 code.